GitHub Flow
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