我想知道是否可以从藏匿处采摘樱桃。
git stash save "test cherry-pick from stash"
*git cherry-pick stash@{0}* --> Is this possible?
exception
当我在上面尝试时,我得到以下信息command
:
Error
:
~/Documents$ git cherry-pick stash@{0}
error: Commit 4590085c1a0d90de897633990f00a14b04405350 is a merge but no -m option was given.
fatal: cherry-pick failed