使用 Vim 进行 git commit --amend [重复]

Posted

技术标签:

【中文标题】使用 Vim 进行 git commit --amend [重复]【英文标题】:Use Vim for git commit --amend [duplicate] 【发布时间】:2022-01-01 05:45:05 【问题描述】:

我使用的是 Windows 终端,当我运行 git commit --amend 时,会显示 Nano 编辑器。如何将其更改为使用 Vim? (对于 Git Bash,它使用 Vim。)

【问题讨论】:

【参考方案1】:

设置在你的.gitconfig:

[core]
        editor = 'vi'

也可以通过设置

git config --global core.editor vi

【讨论】:

以上是关于使用 Vim 进行 git commit --amend [重复]的主要内容,如果未能解决你的问题,请参考以下文章

git commit -m与-am的区别

git commit -m 与 git commit -am的区别

git commit -am "Commit message" 不能在 vagrant 机器上正常工作

使用 git commit -a 和 vim

痞子衡嵌入式:第一本Git命令教程- 提交(commit/format-patch/am)

如何退出我的 git commit 消息?我不在 VIM 中,我使用了“commit -m”命令