Git - Stashing
You have the following stashes:
Which command sequence will safely delete all stashes except the most recent one?
stash@{0}: WIP on feature A
stash@{1}: Bug fix
stash@{2}: Update READMEWhich command sequence will safely delete all stashes except the most recent one?
