Hacker News new | ask | show | jobs
by yxhuvud 2818 days ago
If you squash merge you just lost all the small commits that do one thing well that you spent time creating, unless you review them one by one. Bleh.
2 comments

That's the entire point of a stacked diff workflow - you would submit smaller PRs which are the equivalent of one commit.
My pull request branches are of the size that it only makes sense together.