eclipse git 解决冲突 解决 mergetool 不能使用问题
- 本地代码
- 远程代码
第一步 --> 同步远程资源库,检查是否存在冲突
这里有冲突出现
第二步 --> 如果存在冲突,将本地代码提交到本地仓库
注意:这里是点击 commit
,而不是点击 commit push
第三步 --> pull远程代码
第四步 --> 使用 merge tool 解决冲突
右键文件,选择 merge tool
第五步 --> 解决冲突
上传自己的本地代码到远程
点击 commit push
完成操作!
原文地址:https://www.cnblogs.com/upuptop/p/12215098.html
时间: 2024-10-28 23:22:29