# Pop the LATEST stash entry (index 0)
git stash pop
# Pop a SPECIFIC stash entry (index 1)
git stash pop [email protected]{1}
# Pop the LATEST stash entry (index 0)
git stash pop
# Pop a SPECIFIC stash entry (index 1)
git stash pop [email protected]{1}