Hacker News new | ask | show | jobs
by evandale 1100 days ago
I'm with you. I don't care. I prefer merging but if someone insists on rebase + squash commit I don't care because it doesn't make a difference.

Sometimes I'll tell a rebase person that if they don't like merge commits they can use git log --no-merges and you won't see merges. The majority of people I come across who prefer rebase for "clean history" reasons don't know this.

If you truly understand the difference between rebase and merge you'll come to the conclusion that it doesn't matter what you use.