Gitflow Concepts
Jump to navigation
Jump to search
External
Internal
Overview
Gitflow is a development and release model built around git
, a small set of branch types ("main", "develop", "release-*", "hotfix-*" and feature), and procedures around those branch types.