Save/add a Stash
git stash save "message about current stash"
View Stashed Changes
git stash list
Retrieve a Stash (deletes the stash)
git stash pop stash@{0}