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

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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\""

其中 keepBackup=false可以防止合并后生产后缀为.orig的备份文件

以上是关于Windows下GIT配置BeyondCompare为默认差异比较工具和合并工具的主要内容,如果未能解决你的问题,请参考以下文章

Windows环境下的git与github配置

windows下git安装配置

Windows10 下Windows Terminal Preview配置Git bash

Windows10 下Windows Terminal Preview配置Git bash

Windows10 下Windows Terminal Preview配置Git bash

Windows10 下Windows Terminal Preview配置Git bash