Gitflow: Difference between revisions

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


* https://danielkummer.github.io/git-flow-cheatsheet/
* https://danielkummer.github.io/git-flow-cheatsheet/
* https://github.com/petervanderdoes/gitflow-avh/wiki/Installation


=Internal=
=Internal=

Revision as of 20:48, 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