#045 git stash drop stash@{2}

Throwing out a stash

To remove a stash entry from the pile, use the command git stash drop followed by the stash name

Command Description
stash command to manage stashes
drop removes a stash from the pile
stash@{1} second to last stash
extra information without passing an index the most recent stash is used