Stashing:
*
Stashing
*
Show stash
Shows 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}