Git - Stashing
Given the stash list:
What will be the stash list after running
stash@{0}: WIP on feature
stash@{1}: Fix bug
stash@{2}: Update docsWhat will be the stash list after running
git stash drop stash@{1}?