Gitflow: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 8: Line 8:


=Overview=
=Overview=
git-flow is a merge-based solution. It does not rebase feature branches.


=Branching Model=
=Branching Model=

Revision as of 20:47, 17 April 2018

External

Internal

Overview

git-flow is a merge-based solution. It does not rebase feature branches.

Branching Model

http://nvie.com/posts/a-successful-git-branching-model/

Master Branch

Develop Branch

Feature Branch

Release Branch

Hotfix Branch