main.
Create a stack
Work with a stack
- Open PRs from bottom to top.
- Child PRs target their parent branch.
- Merge the base PR first.
- Rebase or retarget child PRs after the parent lands.
- Use Graph when the stack gets hard to picture.
When not to stack
Do not stack unrelated work. If two tasks can merge independently, use two sibling lanes instead.Stacked PR guide
Follow the end-to-end review flow.
Workspace graph
Visualize stack relationships.