see changes in file git stash code example
Example 1: view git stash without applying
git stash show -p stash@{1}
Example 2: git stash show files changed
git stash list --stat
git stash show -p stash@{1}
git stash list --stat