See the most recent stash:
(查看最新的藏匿处:)
git stash show -p
See an arbitrary stash:
(看到任意藏匿:)
git stash show -p stash@{1}
From the git stash
manpages:
(从git stash
手册中:)
By default, the command shows the diffstat, but it will accept any format known to git diff (eg, git stash show -p stash@{1} to view the second most recent stash in patch form).
(默认情况下,该命令显示diffstat,但它将接受git diff已知的任何格式(例如,git stash show -p stash @ {1}以查看补丁形式的第二个最近的存储)。)
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…