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
Use the below command in the root directory of the application. This will delete the index.lock file and release the active lock.
rm .git/index.lock