Git Flow

Gitflow is a legacy Git workflow that began as a disruptive and creative approach to manage Git branches. Gitflow has waned in favor of trunk-based workflows, which are currently regarded as best practices for contemporary continuous software development and DevOps approaches.

Related: