How do I see what is inside a stash without actually applying it?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
From
man git-stash(which can also be obtained viagit help stash):Note: the
-poption generates a patch, as pergit-diffdocumentation.List the stashes:
Show the files in the most recent stash:
Show the changes of the most recent stash:
Show the changes of the named stash:
Or in short:
If you want to view changes of only the last stash: