Computer crash while using Atom unlinked my project from the remote repository

0

I was working on a project in Atom that was already linked to a remote repository on GitHub when my system locked up. Now, when I open the project, it says that "You are not currently on a branch," so I can't pull or push anything. I think my system actually froze up as I was pushing changes to the remote repository, but those didn't seem to go through. How do I relink my local project to the remote repository?

(I'm very comfortable with the command line and git basics, but not so much with fixing git issues that go beyond resolving simple conflicts between commits.)

joshisanonymous

Posted 2019-09-03T20:02:32.903

Reputation: 21

No answers