how to see content of git stash code example
Example 1: view git stash without applying
git stash show -p stash@{1}
Example 2: git stash contnet
git stash show -p stash@{1}
git stash show -p stash@{1}
git stash show -p stash@{1}