Appearance
Git 配置 BCompare
编辑 %HOMEPATH%\.gitconfig,参考以下配置:
INI
[diff]
tool = bc4
[difftool "bc4"]
cmd = 'C:/Program Files/Beyond Compare 4/BComp.exe' \"$LOCAL\" \"$REMOTE\"
[merge]
tool = bc4
[mergetool "bc4"]
cmd = 'C:/Program Files/Beyond Compare 4/BComp.exe' \"$LOCAL\" \"$REMOTE\" \"$BASE\" -o \"$MERGED\"
trustExitCode = true1
2
3
4
5
6
7
8
9
2
3
4
5
6
7
8
9