How do you get Atom to work with multiple repos?
The way it looks now looks like you have to have one main project file, and then you can link that to one repo.
How do you get Atom to work with multiple repos?
The way it looks now looks like you have to have one main project file, and then you can link that to one repo.
You can have multiple Project Folders who each have their own Git Repository. All you have to do is go to File > Add Project Folder
or you can use the hotkey CTRL+SHIFT+A.
Probably you'd like to use the submodules functionalities, right? There was also a post something similar to yours on the following link. Hope this helps.