838
Well well well.
(lemmy.ml)
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.
Continuing on a squash merged branch is very annoying, and I had to deal with this in one repo regularly... Luckily I was annoyed enough to research about this and found out about
rebase --onto "main merge commit" "branch merged commit"
.