在配置中设置以下内容时,git mergetool启动的最终命令是什么:
git config --global merge.tool vimdiff
答案 0 :(得分:2)
vim -d $MERGED $LOCAL $BASE $REMOTE -c wincmd J
其中arguments是合并的不同阶段。请参阅https://www.git-scm.com/docs/git-mergetool#git-mergetool--tlttoolgt
中的说明另见https://vi.stackexchange.com/questions/3985/git-mergetool-vimdiff-command