Changes between Version 8 and Version 9 of StartModWorkflow


Ignore:
Timestamp:
Dec 10, 2013, 4:06:34 PM (9 years ago)
Author:
Beman Dawes
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • StartModWorkflow

    v8 v9  
    3434* {{{bugfix/descriptive-name}}} for bug-fix branches, including hotfixes. For example, {{{bugfix/ticket-1234-crash-if-result-negative}}}
    3535* {{{release.n.n.n}}} for release staging branches. For example, {{{release.1.56.2}}}.
     36
     37== Rationale for choice of Git Flow ==
     38
     39* Git Flow scales well from very small to very large projects. The same overall workflow model serves the whole spectrum of Boost libraries, even though the details differ.
     40* Git Flow has become widely known and widely used. Boost doesn't have to pioneer a new workflow.
    3641 
    3742== Aside: Deleting merged branches ==