Git - Stashing
Given the following commands run in sequence:
What will be the output of
git stash push -m "work in progress" git stash list git stash apply
What will be the output of
git stash list?