uelordi01
1/8/2019 - 11:36 AM

diff_stash_list

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}