atomatigit
atomatigit copied to clipboard
Support multiple git projects in an editor window
With https://github.com/atom/tree-view/pull/368 it's now possible to add multiple root folders to the tree view via the right click menu. Atomatigit is using the deprecated (https://github.com/atom/atom/pull/3691) Project.getRepo method to find a repo to target, which returns the first repo found. Maybe instead it should look for a repo which is a direct ancestor of the currently active tab when the view is initialized/refreshed?
+1
Also this leads to unability to choose git submodule and work with it.