Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想做一个交互式变基。但是这次会有很多编辑,所以我想使用不同的(图形)编辑器。我不想永久设置这个编辑器。我只需要它来完成这个单一的变基。我可以为此特定命令提供自定义编辑器吗?
用这个:
GIT_EDITOR=vim git rebase ...
您还可以使用:
git -c core.editor=[editor] rebase [你的参数]