Git - Stashing
Which command correctly saves your current changes with a custom message in git stash?
git stash push -m "message".git stash save is deprecated, and commit or add are invalid for stash.git stash push -m for messages = C [OK]15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions