Y
Hacker News
new
|
ask
|
show
|
jobs
by
Yeroc
160 days ago
Most of those 10 squashed commits likely had commit comments like: "Cleanup based on PR feedback." etc.
1 comments
drysine
160 days ago
That's what --amend and --fixup are for.
link
cmrdporcupine
160 days ago
Which wreaks havoc with githubs shitty code review tool.
Which is an argument against GitHub, not clean commit history
link
cluckindan
160 days ago
Yep. Rebase rewrites history and all the PR review comments vanish.
link
drysine
158 days ago
Gitlab seems fine with it
link