git 配置 BeyondCompare

安装 Beyond Compare 4

配置 git

git config --global merge.tool bc3

git config --global mergetool.bc3.path "D:Program FilesBeyond Compare 4BCompare.exe"

运行 git mergetool 即可

原文地址:https://www.cnblogs.com/zhangqian27/p/8392149.html