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