git stash list list stashes git stash creates a new stash (and prints stash id), reverting all the changes after that ... save add stash with git stash apply apply a stash, leaving it in a stash list is typically a stash@{num} git stash pop ... pop a stash off the stash list git stash drop drop a stash stash ids: stash@{0} using stash number