Gitflow

From NovaOrdis Knowledge Base
Jump to navigation Jump to search

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