Hacker News new | ask | show | jobs
by snatchpiesinger 648 days ago
It's fine to break commit atomicity on feature branches. You can use git bisect --first-parent on you development/master branch.
1 comments

I completely disagree. In doing so you lose all visibility into the components and gradual evolution of the code that atomic commits provide. Same thing with squashing (which is just the worst).