How to cherry-pick from stash in git?
I am wondering if cherry-picking from stash is possible. git stash save "test cherry-pick from stash" *git cherry-pick stash@{0}* --> Is this possible? I am getting the following exception when I tried above command : Error : ~/Documents$ git cherry-pick stash@{0} error: Commit 4590085c1a0d90de897633990f00a14b04405350 is a merge but no -m option was given. fatal: cherry-pick failed The problem is that a stash consists of two or three commits. When stashing, the modified working tree is stored in one commit, the index in one commit, and (if using the --include-untracked flag) any untracked