Using git commit -a with vim

前端 未结 6 1685
攒了一身酷
攒了一身酷 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:29

    Instead of trying to learn vim, use a different easier editor (like nano, for example). As much as I like vim, I do not think using it in this case is the solution. It takes dedication and time to master it.

    git config core.editor "nano"
    

提交回复
热议问题