# Apply the LATEST stash entry (index 0)
git stash apply
# Apply SPECIFIC stash entry (index 1)
git stash apply [email protected]{1}
# Apply the LATEST stash entry (index 0)
git stash apply
# Apply SPECIFIC stash entry (index 1)
git stash apply [email protected]{1}