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-Flow 合并时发生冲突时,我真的需要手动完成所有步骤吗?还是有办法在所有冲突解决后恢复?
解决冲突后,您只需调用
git flow release finish [RELEASE_NAME]
再次。git 是“智能”的,因为如果您尝试多次从分支 A 合并到分支 B,只要合并的源没有改变,第二次和后续的时间就会被“Already up-to-date”忽略.