Hacker News new | ask | show | jobs
by 2muchcoffeeman 1776 days ago
I’ve worked with a guy who made lots of small commits with the same commit text. You’d look at a pull request with 30 very minor changes possibly in many places with the same message.
2 comments

"Bug fixes and performance improvements." Why blame the poor guy when even big companies do this.
I guess I should stop squashing my commits when I merge!
Or rather, create team policy to require squashing. I greatly favor this over a million "fix" commits that may or may not compile when you're bisecting.