Hacker News new | ask | show | jobs
by literallyroy 157 days ago
I think the callout to squash first will be helpful (if your lots of commits aren’t good info themselves)
1 comments

Perhaps. But you can see the DX of rebase is abysmal compared to merge. squash, rerere, force push, remember to push to remote before rebase, more coordination if multiple people are working on feature branch etc.

I still prefer merge. Its simple and gets out of my way as long as I dont care about purity of history