How to cherry-pick from a remote branch?

后端 未结 10 559
长发绾君心
长发绾君心 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条回答
  •  眼角桃花
    2020-12-07 12:01

    The commit should be present in your local, check by using git log.

    If the commit is not present then try git fetch to update the local with the latest remote.

提交回复
热议问题