Show stash
suggest changeShows the changes saved in the last stash
git stash show
Or a specific stash
git stash show stash@{n}
To show content of the changes saved for the specific stash
git stash show -p stash@{n}
Found a mistake? Have a question or improvement idea?
Let me know.
Table Of Contents