$ git stash push -m "john-hancock" $ git stash apply stash^{/john-hancock}
git checkout stash@{0} --
git restore -s stash@{0} --
git stash pop stash@\{1\}