Oops, the correct format is:
git stash show stash@{0}
The above shows the files and how much they have changed. Too see the diff
in patch form:
git stash show -p stash@{0}
--
You received this message because you are subscribed to the Google Groups "Git
for human beings" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/git-users?hl=en.
