【发布时间】:2016-08-31 21:14:50
【问题描述】:
通常git -c merge.tool=gvimdiff mergetool 以批处理模式打开要合并的文件:
Normal merge conflict for '...':
{local}: modified file
{remote}: modified file
4 files to edit
... seems unchanged.
Was the merge successful? [y/n] n
merge of ... failed
Continue merging other unresolved paths (y/n) ? y
Normal merge conflict for '...':
{local}: modified file
{remote}: modified file
4 files to edit
modules ... seems unchanged.
Was the merge successful? [y/n] n
merge of modules ... failed
Continue merging other unresolved paths (y/n) ? n
如何使它同时打开所有文件,并使用包含要合并的每个文件的四个窗格排列的选项卡(如gvim -p file1 file2)?
【问题讨论】:
-
difftool相关:stackoverflow.com/questions/1220309/…
标签: git tabs git-merge vimdiff mergetool