Software Engineering KB

Home

❯

06 Development Process

❯

00 Version Control

❯

00 Category

❯

Git Workflows

Git Workflows

Feb 10, 20261 min read

  • git
  • workflows

Git Workflows

Back: Version Control

Conventions for how teams use branches and integrate changes. Different workflows suit different team sizes, release cadences, and quality requirements. The trend is toward simpler workflows with shorter-lived branches.

Concepts

  • Feature Branch Workflow
  • Gitflow
  • Trunk-Based Development
  • GitHub Flow
  • Ship Show Ask

git workflows


Graph View

  • Git Workflows
  • Concepts

Backlinks

  • Feature Branch Workflow
  • GitHub Flow
  • Gitflow
  • Ship Show Ask
  • Trunk-Based Development
  • Version Control

Created with Quartz v4.5.2 © 2026

  • GitHub