Git - Stashing
What happens when you run
git stash drop stash@{0}?git stash drop stash@{0}?git stash drop removes a single stash entry by its index.stash@{0} specifies the first stash to remove from the list.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions