How do I fix a failed git commit?

前端 未结 4 784
没有蜡笔的小新
没有蜡笔的小新 2021-02-05 09:14

I am new to git and was trying to commit, but I got stuck in what looked like vi which I\'m not familiar with. I managed to get out of it, but I think

4条回答
  •  青春惊慌失措
    2021-02-05 09:46

    mine was solved with both answers from Platinum Azure then Suhail Taj

    git commit -am "Changed this, that, and the other thing"
    

    Then

    $ rm -rf .git/index.lock
    

提交回复
热议问题