Skip to content

Branching Strategy

Mario Romano edited this page Mar 10, 2017 · 5 revisions

                                                                    Release  o-----------------
                                                                             /
Master   o------------o-------------------o-------------------o-------------o-------------------
                       \                   \                 /             /
                        \          Hotfix    o-------------o              /
                         \                                   \           /
     Development          o--------------------o--------------o----o----o-----------------------
                                                \                 /
                                                 \               /
                      New-feature                 o-------------o

New feature branch is created from Development. The name convention followed for feature branch is:

git branch dev-{developerName}-{GitIssuedId}
Clone this wiki locally