Back to Tags
Branching Strategy
3 items tagged with "branching-strategy"
Filter by type:
Best Practices3
Best Practice
Trunk-Based Development Guidelines
Branching strategy promoting short-lived branches, frequent commits to trunk, and feature flags.
Best Practice
GitHub Flow
A lightweight, branch-based workflow built around short-lived feature branches, pull requests, and continuous deployment from a single always-deployable main branch.
Best Practice
GitFlow Branching Model
A structured Git branching model using long-lived main and develop branches plus dedicated feature, release, and hotfix branches to coordinate scheduled releases.