you are viewing a single comment's thread
view the rest of the comments
[–] 2 points 2 years ago

Cherry picking also rewrites the commits. This is equivalent to rebasing:

git branch -f orig_head
git reset target
git cherry-pick ..orig_head
  • source
  • parent