Git - Stashing
Which of the following is the correct syntax to create a named stash with the message "update README"?
-m, not -message, message, or -msg.git stash push -m "update README", which is correct syntax.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions