Skip to content

Instantly share code, notes, and snippets.

@viktorkelemen
Created May 2, 2012 00:56
Show Gist options
  • Select an option

  • Save viktorkelemen/2572745 to your computer and use it in GitHub Desktop.

Select an option

Save viktorkelemen/2572745 to your computer and use it in GitHub Desktop.
git diff stash
// get a list of stashes
git stash list
// stash diff where the number is the index in the stash list
git diff stash@{0}
// stash@{0} is the default
git diff stash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment