How to git stash pop specific stash?
In this answer, I have shared how to git stash pop specific stash? Use the following command to achieve this. As pointed out previously, the curly braces may require escaping or quoting depending on your OS, shell, etc.
See “stash@{1} is ambiguous?” for some detailed hints of what may be going wrong, and how to work around it in various shells and platforms.
git stash list git stash apply stash@{n}