Quick Notes85 words
Structuring the flow of work — quick notes
Flow of work — quick notes
| GitHub Flow | |
|---|---|
| Steps | branch → commit → PR → review → merge → deploy |
| Core constraint | main is always deployable |
| Branch lifetime | Short — long branches drift from a moving main |
| Situation | Add |
|---|---|
| Work spans cycles | Feature flags (dark deployment) |
| Multiple supported versions | Release branches |
Idea: feature flags are what let trunk-based work stay trunk-based.