Git - Stashing
What will be the output after running these commands in order?
git status
git stash
git status
git status
git stash
git status
git statusBefore stashing, changes exist, so status shows modified files.
git status after git stashAfter stashing, changes are saved and working directory is clean, so status shows no changes.
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions