Git - Stashing
Which of the following is the correct syntax to drop the second stash in the list?
stash@{index}, so the second stash is stash@{1}.git stash drop stash@{1} correctly drops the second stash.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions