My only nit with this answer is that the question asks how to pop a specific stash and this command apply s the stash rather than popping it. The difference being that a pop both applies the stash to the code and deletes the stash itself.
https://stackoverflow.com/questions/17454235/how-to-git-stash-pop-specific-stash-in-1-8-3



