Show stash

suggest change

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}

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents