this post was submitted on 27 Jul 2023
49 points (100.0% liked)
Programming
13362 readers
1 users here now
All things programming and coding related. Subcommunity of Technology.
This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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
Or if you're using feature branches, rebase, squash, and force push before opening the MR
Sure, but before squashing you gotta commit