Hacker News new | ask | show | jobs
by jonahx 26 days ago
I strongly recommend against auto-squashing. It creates large commits without the semantic intent of the author. In a large PR, you want clean, small, semantic commits, which makes it much easier to review and understand.
1 comments

I agree, though it feels like a bit of a lost cause at times to get people to make those commits