ipconf@lemmy.ml to Programmer Humor@programming.dev · 2 days agoWell well well.lemmy.mlimagemessage-square121fedilinkarrow-up1829arrow-down129file-text
arrow-up1800arrow-down1imageWell well well.lemmy.mlipconf@lemmy.ml to Programmer Humor@programming.dev · 2 days agomessage-square121fedilinkfile-text
minus-squareKlajan@lemmy.ziplinkfedilinkarrow-up2·1 day agoContinuing 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".
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"
.