GitHub Flow

Understand GitHub Flow and how modern teams use pull requests for safe collaboration.

On this page

What is GitHub Flow?

A lightweight branching model focused on continuous delivery.

Steps

  • Create branch
  • Commit changes
  • Push branch
  • Open Pull Request
  • Review and merge

Why it works

  • Simple
  • Fast
  • Reduces risk