Hacker News new | ask | show | jobs
by travisb 623 days ago
Stacked PRs are like being able to review a commit at a time, but add an additional layer of sequencing. It's most simply thought of as a patch series, where the evolution of each 'patch' is retained.

That additional layer allows finer grained history and to mostly avoid (unreviewed) rebasing. Many teams find those properties valuable.

1 comments

In this day and age I don’t understand why we just can’t call tings commits instead of patches or changesets.

I guess another pet peeve for me.

https://news.ycombinator.com/item?id=41659650