I have several projects that I am working on. I constantly pull and push. I recently made some changes to one of my files, added and made a decision and decided to push my project A, however it moved to my Github B project. Then I did git pull for kicks, and that happened.
- master branch master → FETCH_HEAD Already updated.
He did not pull out any of my files from Project B. Then I got the git status, and he showed all the files / folders in my directory that needed to be executed. How do I know which init I am in? How can I discard this state and how can I ignore these blind commits without losing files?
source
share