Back
In order to see the whole file:
git show stash@{0}:<filename>
In order to see the diff:
git diff stash@{0}^1 stash@{0} -- <filename>
31k questions
32.8k answers
501 comments
693 users