Skip to content

Instantly share code, notes, and snippets.

@gduverger
Last active August 29, 2015 14:06
Show Gist options
  • Save gduverger/4cecbfad3de227626678 to your computer and use it in GitHub Desktop.
Save gduverger/4cecbfad3de227626678 to your computer and use it in GitHub Desktop.
Git stashing
git stash
git stash list
git stash apply
git stash apply stash@{2}
git stash clear
// http://git-scm.com/book/en/Git-Tools-Stashing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment