Y
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
lima
2814 days ago
That's the entire point of a stacked diff workflow - you would submit smaller PRs which are the equivalent of one commit.
link
UK-Al05
2818 days ago
My pull request branches are of the size that it only makes sense together.
link