gpt4 book ai didi

git - 在 vim 中使用 git commit -a

转载 作者:IT王子 更新时间:2023-10-29 01:23:25 26 4
gpt4 key购买 nike

我是 git 的新手,所以我决定使用 github 的教程来学习 git。第三章说:

"For this first example we’ll modify the README file to add ourselves as an author on the project. So we simply edit the file. Now we want to commit that change, so we run the git commit -a command."

当我使用 git commit -a 命令时,控制台打开了一个 vim,我写了我的消息,但我不知道如何从控制台关闭这个 vim 编辑器。如何保存消息并关闭 vim?

最佳答案

  1. 在 vim 中,在正常模式下使用 :wEnter 保存文件(按 < 进入正常模式kbd>Esc).
  2. 您在正常模式下使用 :q 关闭文件。

您可以组合这两个操作并执行 Esc:wqEnter 保存提交并退出 vim。

作为上述方法的替代方法,您也可以在正常模式下按 ZZ,这将保存文件并退出 vim。这对某些人来说也更容易,因为它是按两次相同的键。

关于git - 在 vim 中使用 git commit -a,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6098742/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com