BeyondCompare快速解决冲突
介绍
Beyond Compare 是一款强大的文件比较和合并工具,可以帮助在使用 Git 等版本控制系统时快速解决冲突。
安装Beyond Compare
略
在git配置
git config --local merge.tool bc4
git config --local mergetool.bc4.path "D:\BeyondCompare\BeyondCompare4.2.10.23938\BComp.exe"
git config --local mergetool.keepBackup false # 禁用备份
# --local参数:表示配置只在当前项目有效
应用beyondcompare解决冲突
当存在冲突文件时,执行下面命令,即可使用beyondcompare
git mergetool


浙公网安备 33010602011771号