alphacyberranger@lemmy.world to Programmer Humor@programming.devEnglish · 3 years agoHistory repeats itselflemmy.worldimagemessage-square35linkfedilinkarrow-up1486arrow-down114
arrow-up1472arrow-down1imageHistory repeats itselflemmy.worldalphacyberranger@lemmy.world to Programmer Humor@programming.devEnglish · 3 years agomessage-square35linkfedilink
minus-squareyogo@lemm.eelinkfedilinkarrow-up2·3 years agoCherry picking also rewrites the commits. This is equivalent to rebasing: git branch -f orig_head git reset target git cherry-pick ..orig_head
Cherry picking also rewrites the commits. This is equivalent to rebasing:
git branch -f orig_head git reset target git cherry-pick ..orig_head