Git - Stashing
Given these changes:
What will be the output of
-file1.txt modified, file2.txt modified, file3.txt unchanged.What will be the output of
git stash push -- -file1.txt followed by git stash list?