git stash save "optional message for yourself" git stash list git stash show -p stash@{0} git stash apply stash@{0} git stash drop STASH-NAME git stash clear