SyntaxFix
Write A Post
Hire A Developer
Questions
First check the list:-
git stash list
copy the index you wanted to pop from the stash list
git stash pop stash@{index_number}
eg.:
git stash pop stash@{1}