Feature Branch Workflow
← Back to Git Workflows
Branch per feature, merge to main. Developers create a branch for each feature or bug fix, develop in isolation, and merge back to main when complete. Simple and widely adopted.
Key Properties
Related
- GitHub Flow (simplified variant)
- Trunk-Based Development (contrast)