top | item 41509332

(no title)

snatchpiesinger | 1 year ago

It's fine to break commit atomicity on feature branches. You can use git bisect --first-parent on you development/master branch.

discuss

order

trashburger|1 year ago

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).