git stash push -m "my_stash" #Then list the stashes: git stash list #And apply it: git stash apply stash@{n}