合并/分支实践(Merging/branching practices)

是否有任何良好的互联网资源描述了合并/分支的不同实践,无论源控制工具如何?

这应该对客户,版本的开发,错误修复等处理版本。

Is there any good internet resource describing different practices for merging/branching regardless of source control tool?

This should treat version to customers, development of features, bug fixers etc.

最满意答案

一个很好的参考(我在“ 你应该何时分支 ”中提到)是:

“软件如何演变”的第7章 (pdf)

来自Practical Perforce(Laura WINGERD - O'Reilly):在不同类型的分支之间合并工作流程是一个很好的介绍(VCS不可知)。

A good reference (that I mention in "When should you branch") is:

Chapter 7 of "How Software Evolves" (pdf)

From Practical Perforce (Laura WINGERD - O'Reilly): it is a good introduction (VCS agnostic) to merge workflow between different kind of branches.

更多推荐