show [<stash>]Show the changes recorded in the stash as a diff between the stashedstate and its original parent. When no <stash> is given, shows thelatest one. By default, the command shows the diffstat, but it willaccept any format known to git diff (e.g., git stash show -p stash@{1}to view the second most recent stash in patch form).