ipconf@lemmy.ml to Programmer Humor@programming.dev · 20 days agoWell well well.imagemessage-square137linkfedilinkarrow-up1877arrow-down128file-text
arrow-up1849arrow-down1imageWell well well.ipconf@lemmy.ml to Programmer Humor@programming.dev · 20 days agomessage-square137linkfedilinkfile-text
minus-squareKlajan@lemmy.ziplinkfedilinkarrow-up2·20 days 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".