Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
分支 A 与 master 合并,解决了它的冲突并添加了额外的提交。master 分支也有额外的提交。合并这两个分支并在主分支上使用分支 A 的更改的最佳方法是什么?
谢谢!
下面的命令应该可以解决问题 - 从 master 执行
git merge -s theirs A