Skip to content

Commit e45c2b2

Browse files
committed
docs: add Why Stacked PRs section to README
1 parent 27b12aa commit e45c2b2

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,14 @@ Manage stacked pull requests on GitHub.
1111
- **Rebase** entire stacks after local changes
1212
- **Land** a stack by squash-merging the top PR and closing the rest
1313

14+
## Why Stacked PRs?
15+
16+
- **Smaller reviews** — Break large changes into reviewable chunks
17+
- **Faster iteration** — Start work on part 2 while part 1 is in review
18+
- **Cleaner history** — Each PR tells a focused story
19+
20+
GitHub doesn't natively support stacked PRs — `gh-stack` fills that gap.
21+
1422
## Installation
1523

1624
```bash

0 commit comments

Comments
 (0)