GitCheatSheet.org logo
Home / How To

Drop a stash entry from the stash list

# Drop the LATEST stash entry (index 0)
git stash drop

# Drop a SPECIFIC stash entry (index 1)
git stash drop stash@{1}