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
The commit should be present in your local, check by using git log.
git log
If the commit is not present then try git fetch to update the local with the latest remote.
git fetch