效果:B 分支内容合并到 A 分支
git check A
git merge origin/B
比如冲突文件为t.txt
修改掉冲突后
git add t.txt
git commit
git push origin A
完成。
2023-11-21 08:24:46
效果:B 分支内容合并到 A 分支
git check A
git merge origin/B
比如冲突文件为t.txt
修改掉冲突后
git add t.txt
git commit
git push origin A
完成。
下一篇:Git Reset 三种模式