显示保存在最后一个存储区中的更改
git stash show
或特定的藏匿处
git stash show stash@{n}
显示为特定存储保存的更改的内容
git stash show -p stash@{n}