Changes between Initial Version and Version 1 of StartModWorkflow


Ignore:
Timestamp:
Dec 7, 2012, 3:51:22 PM (10 years ago)
Author:
Beman Dawes
Comment:

Initial commit

Legend:

Unmodified
Added
Removed
Modified
  • StartModWorkflow

    v1 v1  
     1= Getting Started with Modular Boost Library Development Workflow =
     2
     3Workflow is the term used to describe the steps a Boost library developer follows to create and maintain a library.
     4
     5The workflow model Boost recommends is nowadays called GitFlow. 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.
     6
     7This workflow has probably become so successful, and is recommended for Boost libraries, because it scales so well.
     8
     9The GitFlow model diagram is available as a [http://github.com/downloads/nvie/gitflow/Git-branching-model.pdf PDF file] - print it out and hang it on your wall!