Git - Stashing
Consider the stash list:
What will
stash@{0}: Add login feature
stash@{1}: Fix typo
stash@{2}: Refactor codeWhat will
git stash list display after executing git stash drop stash@{0}?