#042 git stash -m “changes”

Naming a stash

To create a 'named' stash, use the command git stash -m followed by the message describing the stash.

Command Description
stash command to manage stashes
-m flag write a stash message
“changes” message describing the changes