Software Engineering KB

Home

❯

06 Development Process

❯

00 Version Control

❯

01 Concept

❯

Feature Branch Workflow

Feature Branch Workflow

Feb 10, 20261 min read

  • git
  • workflows
  • feature-branch

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

  • Branch Per Feature
  • Isolation During Development
  • Merge on Completion

Related

  • GitHub Flow (simplified variant)
  • Trunk-Based Development (contrast)

git workflows feature-branch


Graph View

  • Feature Branch Workflow
  • Key Properties
  • Related

Backlinks

  • Git Workflows
  • Git Worktrees
  • GitHub Flow
  • Trunk-Based Development

Created with Quartz v4.5.2 © 2026

  • GitHub