效果:B 分支内容合并到 A 分支
git check A git merge origin/B
比如冲突文件为t.txt
修改掉冲突后
git add t.txt git commit git push origin A
完成。