Skip to content

Instantly share code, notes, and snippets.

@joncode
Created September 17, 2013 22:30
Show Gist options
  • Select an option

  • Save joncode/6601579 to your computer and use it in GitHub Desktop.

Select an option

Save joncode/6601579 to your computer and use it in GitHub Desktop.
STASH apply
git stash
stash the last commit
git stash apply
applies the last stash
git stash apply stash@{2}
if you want one of the older ones
git stash drop with the name of the stash to remove:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment