(created/git2cpp/stash/show.md)=
# git2cpp stash show

```{parsed-literal}
Show the changes recorded in the stash entry as a diff between the stashed
contents and the commit back when the stash entry was first created.



git2cpp stash show [OPTIONS]


OPTIONS:
&nbsp; -h,     --help              Print this help message and exit
&nbsp;         --stat              Generate a diffstat

&nbsp;         --shortstat         Output only the last line of --stat

&nbsp;         --numstat           Machine-friendly --stat

&nbsp;         --summary           Output a condensed summary

```
