0 How to see the changes in a git stash without pop These two commands will help you examine your git stash without messing with your working directory To see the files changed in the latest stash git stash show To see the changes made in the latest stash git stash show -p git 14 Please enable JavaScript to view the comments powered by Disqus.