Gitflow Concepts: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 4: Line 4:
=Internal=
=Internal=
* [[Git-flow#Subjects|git-flow]]
* [[Git-flow#Subjects|git-flow]]
* [[Trunk-Based Development]]
=Overview=
=Overview=


git-flow is a development and release model built around <code>git</code>, a small set of branch types ("main", "develop", "release" and "hotfix"), and procedures around those branch types.
git-flow is a development and release model built around <code>git</code>, a small set of branch types ("main", "develop", "release" and "hotfix"), and procedures around those branch types.

Revision as of 00:16, 6 March 2024

External

Internal

Overview

git-flow is a development and release model built around git, a small set of branch types ("main", "develop", "release" and "hotfix"), and procedures around those branch types.