Git Github Flow
Git Github flow
Feature Branches and Pull Requests : Walkthrough
Git Feature Branch Workflow | Atlassian Git Tutorial
Why You Should Use a Rebase Workflow
Lessonly Flow
Why?
- Good PRs are not always one to one with good job stories
- Multiple work from multiple devs might need to be merged before a story is ready
What?
-
Anything in the
master
branch should be deployable Anything not ready for users in master should be behind a feature flag -
All work should be branched off of master, in a feature branch