git 快速解决冲突 工具

git log --decorate --all --oneline --graph

2.6.9快速解决冲突

1.安装beyond compare
2.在git中配置

git config --local merge.tool bc3i  设置merge.tool 别名bc3
git config --local mergetool.path '/usr/loca1/bin/bcomp'    mergetool.path这是指 beyond compare安装路径
git config --local mergetool.keepBackup false    备份保存  不保存

3.应用beyond compare解决冲突, git mergetool 会自打开beyond compare软件,显示出冲突的地方
git mergetool

posted @ 2022-03-31 00:01  ty1539  阅读(568)  评论(0编辑  收藏  举报