Using git commit -a with vim

前端 未结 6 1683
攒了一身酷
攒了一身酷 2020-12-22 14:52

I\'m new with git, so I decided to learn git using the tutorials of github. The third chapter said:

\"For this first example we’ll modify the README

6条回答
  •  伪装坚强ぢ
    2020-12-22 15:23

    To exit hitting :q will let you quit.

    If you want to quit without saving you can hit :q!

    A google search on "vim cheatsheet" can provide you with a reference you should print out with a collection of quick shortcuts.

    http://www.fprintf.net/vimCheatSheet.html

提交回复
热议问题