I\'m trying to cherry-pick a commit from master and get it into the current production branch. However, when I execute git cherry-pick , I just
git cherry-pick
I had same problem like you, Maybe this will help you, so make sure that you are not detached from HEAD and then try to cherry-pick them, so that means first do:
git checkout master
and then use: