trying to relieve common problems
Last updated 3 years ago
If a message like ... index.lock ... file exists ... appears then run this command:
... index.lock ... file exists ...
$ rm -f .git/index.lock
This should reset the local repo :)
I recommend having a look at the humorous but useful site for the most common Git problems and how to solve them!