alphacyberranger@lemmy.world to Programmer Humor@programming.devEnglish · 2 years agoHistory repeats itselflemmy.worldimagemessage-square31linkfedilinkarrow-up198arrow-down13
arrow-up195arrow-down1imageHistory repeats itselflemmy.worldalphacyberranger@lemmy.world to Programmer Humor@programming.devEnglish · 2 years agomessage-square31linkfedilink
minus-squareyogo@lemm.eelinkfedilinkarrow-up2·2 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