阅读背景:

Windows下GIT配置BeyondCompare为默认差异比较工具和合并工具

来源:互联网 
[user]
email = [email protected]
name = ray0324
[gui]
encoding = utf-8
[diff]
tool = bc4
[difftool]
prompt = false
[difftool "bc4"]
cmd = "\"D:/Program Files/BeyondCompare/bcomp.exe\" \"$LOCAL\" \"$REMOTE\""
[merge]
tool = bc
[mergetool]
prompt = false
keepBackup = false
[mergetool "bc"]
cmd = "\"D:/Program Files/BeyondCompare/bcomp.exe\" \"$LOCAL\" \"$REMOTE\" \"$BASE\" \"$MERGED\""
[user]
email = [email protected]
name = r



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: