atomatigit icon indicating copy to clipboard operation
atomatigit copied to clipboard

Support multiple git projects in an editor window

Open edrex opened this issue 10 years ago • 1 comments

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?

edrex avatar Apr 09 '15 19:04 edrex

+1

Also this leads to unability to choose git submodule and work with it.

fdobrovolny avatar Nov 11 '15 18:11 fdobrovolny