我想启用rebase.abbreviateCommands。我将下面的行添加到我的git文件(~/..gitconfig),保存,打开一个新的终端,cd到一个git,然后尝试一个git rebase -i HEAD~,我仍然“挑选”而不是"p“。我通过删除配置和观察更改以及运行git config -l来确认git正在使用该文件。
[rebase]
abbreviateCommands = true医生:https://git-scm.com/docs/git-config (搜索abbreviateCommands)
发布于 2018-08-16 00:50:42
rebase.abbreviateCommands是Git版本2.16.0中的新版本。你在运行什么Git版本?
https://stackoverflow.com/questions/51868236
复制相似问题