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.
我使用 git 进行版本控制和 sourcetree 作为 GUI 客户端。最近我将一个分支合并到主分支并发生冲突。我很确定我希望在冲突期间从另一个分支进行所有更改。我是否有办法从另一个分支中获取所有更改,而不仅仅是手动解决冲突?
如该线程中所述,为了保留您要合并的分支中的更改,您可以选择(不太直观)选项:
Resolve Using Mine...