如何配置 git merge tool?
1、命令行中的配置
git config --global merge.tool bc3
git config --global mergetool.bc3 trustExitCode true
git config --global mergetool.keepBackup false # 关闭生成 .orig 备份文件git mergetool <文件名>2、Three-way Merge 界面

3、Source Tree 中的配置


Last updated