I\'m trying to learn how to use Git and have created a small project with an HTML, CSS, and Javascript file. I made a branch from my basically empty project and then made so
It is similar to above methods but in my case I had several of those
.git/refs/heads/.lock
and was able to remove all at once by this way
find -name "*.lock" -exec xargs rm {} \;