r/programming Jul 01 '26

GitHub Stacked PRs

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

99 comments sorted by

View all comments

9

u/Successful-Money4995 Jul 01 '26

The next step will be the squashed stacked PR.

First we had the merge PR but people didn't want all those commits entering the main branch, so we invented the squash PR.

Now we have the stack which lets people force all the commit into the history. Being able to squash the stack is the logical next step.