This script shows the diff-s of the stash list
# See the most recent stash: git stash show -p # See an arbitrary stash: git stash show -p stash@{1}