Hacker News new | ask | show | jobs
by ahepp 36 days ago
Do stacked PRs do something to avoid rebase conflicts if two people touched the same file?
2 comments

No but it's a lot simpler to rebase and address them with stacked commits.
I feel like parent was referring to a culture of shipping small changes frequently, which tends to result in stacked PRs.