Skip to content

Instantly share code, notes, and snippets.

@thigm85
Created March 4, 2016 14:27
Show Gist options
  • Select an option

  • Save thigm85/d7fdb0fc92bf0422f979 to your computer and use it in GitHub Desktop.

Select an option

Save thigm85/d7fdb0fc92bf0422f979 to your computer and use it in GitHub Desktop.
git stash examples.
# list previous stashes
git stash list
# drop most recent stash
git stash drop
# apply most recent stash
git stash apply
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment