Here\'s the story: I have 2 git branches master and develop I\'m currently on develop.
master
develop
I\'ve long since had the source files o
Now it can be made easier. Use command git checkout -f master.
git checkout -f master