0

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.

Cliff Stamp
  • 531
  • 5
  • 11
  • Possible duplicate of [How do I work with a git repository within another repository?](https://stackoverflow.com/questions/1811730/how-do-i-work-with-a-git-repository-within-another-repository) – phd Jul 27 '17 at 16:34
  • No, that is about dependent projects. – Cliff Stamp Jul 29 '17 at 01:47

2 Answers2

1

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.

0

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.

cotnic
  • 158
  • 2
  • 11
  • I don't have dependencies, they are totally independent projects that I would like to link to different repos. Atom seems to just see the one repo. I assume there is a way you can have multiple repos running. I just can't see it. – Cliff Stamp Jul 27 '17 at 21:54
  • Sorry but now I don't understand. You want to achive this only from Atom, or are you also open to use Git bash for this? – cotnic Jul 28 '17 at 08:43
  • I can do it outside Atom no problem. I am just trying to understand if Atom can work with multiple projects which have their own repo's at the same time. Again with independent repo's. – Cliff Stamp Jul 29 '17 at 01:49
  • Well in that case maybe read through this link, otherwise I can't help you since Atom is not my primary IDE. https://discuss.atom.io/t/opening-multiple-git-projects/9117/4 – cotnic Jul 31 '17 at 07:22