我可以在合并工具的Beyond Compare 选项列表-favorright
中看到,可以使用or选项指定支持右侧或左侧-favorleft
。
如果我尝试使用它,我会收到错误
$git merge master
[...](Actual merge with some conflicts)
$git mergetool -favorright
usage: git mergetool [--tool=tool] [--tool-help] [-y|--no-prompt|--prompt] [-O<orderfile>] [file to merge] ...