Changes between Version 4 and Version 5 of StartModWorkflow


Ignore:
Timestamp:
Dec 9, 2013, 2:19:18 PM (9 years ago)
Author:
Beman Dawes
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • StartModWorkflow

    v4 v5  
    1 = Getting Started with Modular Boost Library Development Workflow =
     1= Modular Boost Library Workflow Overview =
     2[[PageOutline]]
    23
    34Workflow is the term used to describe the steps a Boost library developer follows to create and maintain a library.
    45 
    5 The workflow model Boost recommends is nowadays called Git Flow. It was introduced as a simple [http://nvie.com/posts/a-successful-git-branching-model/ blog posting] by Vincent Driessen on January 5th, 2010, that went viral and has quickly become a de facto standard software engineering practice.
     6The workflow model Boost recommends is nowadays called '''Git Flow'''. It was introduced as a simple [http://nvie.com/posts/a-successful-git-branching-model/ blog posting] by Vincent Driessen on January 5th, 2010, that went viral and has become a de facto standard software engineering practice.
    67
    78This workflow has arguably become so successful because it scales really well, and that's one of the reasons it is recommended for Boost libraries.