Was digging through a project at work today where some guy in 2014 made 100+ commits in a single day and the only one that had a comment said “upgrading to v4.0”.
Was digging through a project at work today where some guy in 2014 made 100+ commits in a single day and the only one that had a comment said “upgrading to v4.0”.
You get two options.
Normally it’s a squashed commit of everything in a feature, with a commit message like:
But every now and then it’s multiple commits like:
Followed by
fixed formatting
final formatting fix
you gotta be kidding me, fuck you, detekt!
Bro, squash merge
Sure, but before squashing you gotta commit
Or if you’re using feature branches, rebase, squash, and force push before opening the MR