Software Engineering KB

Home

❯

06 Development Process

❯

00 Version Control

❯

01 Concept

❯

GitHub Flow

GitHub Flow

Feb 10, 20261 min read

  • git
  • workflows
  • github-flow

GitHub Flow

← Back to Git Workflows

Simple workflow: branch from main, develop, open a pull request, review, merge to main. Main is always deployable. No separate develop or release branches. Suited for continuous deployment environments.

Key Properties

  • Always Deployable Main
  • Pull Request Review
  • Simple Branch Model

Related

  • Feature Branch Workflow (base concept)
  • Trunk-Based Development (even simpler)

git workflows github-flow


Graph View

  • GitHub Flow
  • Key Properties
  • Related

Backlinks

  • Git Workflows
  • Feature Branch Workflow
  • Gitflow

Created with Quartz v4.5.2 © 2026

  • GitHub