this post was submitted on 22 Jul 2023
297 points (97.4% liked)

Programmer Humor

19229 readers
827 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] Gecko@lemmy.world 1 points 1 year ago (1 children)

You could just rebase your develop branch to a commit before the merge and have a different commit history, or actually do it properly and have squash merges.

do it properly and have squash merges

If you have big features that deletes a lot of maybe important commit history.