We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27b12aa commit e45c2b2Copy full SHA for e45c2b2
1 file changed
README.md
@@ -11,6 +11,14 @@ Manage stacked pull requests on GitHub.
11
- **Rebase** entire stacks after local changes
12
- **Land** a stack by squash-merging the top PR and closing the rest
13
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
22
## Installation
23
24
```bash
0 commit comments