Gitflow Concepts: Difference between revisions
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
* [[Git-flow#Subjects|git-flow]] | * [[Git-flow#Subjects|git-flow]] | ||
=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. |
Revision as of 00:14, 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.