我是 git 的新手,所以我决定使用 github 的教程来学习 git:
”对于第一个示例,我们将修改 README 文件,将自己添加为项目的作者。所以我们只需编辑文件。现在我们希望提交这个更改,所以我们运行
git commit -a
命令。”
When I use the git commit -a
command, the console opens a vim and I wrote my message, but I don't know how to close this vim editor from the console. How do I save the message and close vim?