How can I commit files with git?

前端 未结 9 1721
慢半拍i
慢半拍i 2020-12-07 12:21

None of the tutorials will help!
They all do that thing where they just assume I know what to do..

Currently, my terminal window starts with..

#          


        
9条回答
  •  [愿得一人]
    2020-12-07 12:51

    I faced the same problem , i resolved it by typing :q! then hit Enter And it resolved my problem After that run the the following command git commit -a -m "your comment here"

    This should resolve your problem.

提交回复
热议问题