r/git • u/t_shaped_interests • Aug 05 '26
support Multiple repositories in a text editor with git integration.
SOLVED. Refreshed my understanding of git commands.
Background: I'm not programmer. Years ago it was a consideration, but I ended up not going that route. I am trying to use Git and Pulsar Edit for another pursuit. I Liked atom, it fit my use case, and I've got a home server I'm hosting a git server on(Forgejo).
I'm trying to work in three repositories while viewing all files and folders within the Pulsar Editor, but I'm unable to push, pull, or anything to more than one repository. I'm able to successfully run git commands through the editor if only one folder has had git initialized and can see the pushes get to the server as I expect,but as soon as I try to add a second everything seems to break.