How to cherry-pick from a remote branch?

后端 未结 10 562
长发绾君心
长发绾君心 2020-12-07 11:17

I\'m having trouble performing a cherry-pick. On my local machine, I\'m currently on my \"master\" branch. I want to cherry-pick in a commit from another branch, named \"zeb

10条回答
  •  萌比男神i
    2020-12-07 11:55

    This can also be easily achieved with SourceTree:

    • checkout your master branch
    • open the "Log / History" tab
    • locate the xyz commit and right click on it
    • click on "Merge..."

    done :)

提交回复
热议问题