Gitflow Concepts: Difference between revisions
Jump to navigation
Jump to search
Line 3: | Line 3: | ||
=Internal= | =Internal= | ||
* [[ | * [[Gitflow#Subjects|Gitflow]] | ||
* [[Trunk-Based Development]] | * [[Trunk-Based Development]] | ||
Revision as of 00:22, 6 March 2024
External
Internal
Overview
Gitflow 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.