II.
Methodology overview
Reference · livemethodology:GitFlow
GitFlow overview
A branching model for Git that defines a strict branching structure with dedicated branches for features, releases, hotfixes, and development. Uses long-lived develop and main branches with merge-based integration. Well-suited for projects with scheduled release cycles but criticized for complexity in continuous delivery environments.
Attributes
displayName
GitFlow
description
A branching model for Git that defines a strict branching structure with
dedicated branches for features, releases, hotfixes, and development. Uses
long-lived develop and main branches with merge-based integration. Well-suited
for projects with scheduled release cycles but criticized for complexity
in continuous delivery environments.
methodologyKind
engineering-practice
origin
Vincent Driessen
yearIntroduced
2010
Outgoing edges
applies_to3
- domain:software-engineering·DomainSoftware Engineering
- domain:devops·DomainDevOps
- platform:krate·Platform
Incoming edges
None.