0

I tried to cherry-pick using

git cherry-pick a00f63

but got a message

error: commit a00f63... is a merge but no -m option was given.
fatal: cherry-pick failed

a00f63 is indeed a merge commit. After trying

git cherry-pick -m a00f63

I got

error: option `mainline' expects a number greater than zero

What should I do?

banan3'14
  • 3,810
  • 3
  • 24
  • 47

0 Answers0