Git - Stashing
What does the command
git stash push -m "save changes" file.txt do?git stash push -m "save changes" file.txt do?git stash push commandfile.txt, only changes in that file are saved to the stash, not all files.file.txt to a new stash with a message. -> Option Afile.txt to a new stash with a message. [OK]git stash push with file names to stash specific files [OK]15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions