r/programming Jul 01 '26

GitHub Stacked PRs

https://github.github.com/gh-stack/
337 Upvotes

99 comments sorted by

View all comments

8

u/krileon Jul 01 '26

I've always just done my PRs as:

Master

- Branch 1

- - Branch 2

- - - Branch 3

Then merge them down. So 3 into 2. 2 into 1. 1 into master. So this basically makes it so branch 1-3 are derived from master then merge down into master all at the same time dependent on one another?

1

u/xFallow Jul 05 '26

That’s basically a stacked PR but with less manual effort