atom-git-control
atom-git-control copied to clipboard
Question: How to switch active project?
I have multiple project folders, but this plugin seems to only offer git operations for the first project folder in the list. Is this a defect, a limitation, or is there a(n undocumented) way to switch the active project?
All folders that you add must be a direct git repo.
When you open the git control view, there is a Project
button on the top-left corner.
Clicking on this button will open the folder selection modal, which can be used to switch between git repos (which are currently open in atom)
I have the same issue, I use project-manager to handle projects composed by several folders. each folder in the project is git repository, but when I use project switch button, it lists only the first one in the left pane.
To get it work, I have to manualy switch the position of the current folder I'm working in to the top of the left pane, toggle git:control, and then I am on the good folder.
Hope it helps resolving the issue.