git show file in 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
Example 3: git stash contnet
git stash show -p stash@{1}
git stash show -p stash@{1}
git stash list --stat
git stash show -p stash@{1}