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

```{parsed-literal}
List the stash entries that you currently have. Each stash entry is listed with
its name (e.g. <span class=git2cpp-bold>stash@</span>{0} is the latest entry, <span class=git2cpp-bold>stash@</span>{1} is the
one before, etc.), the name of the branch that was current when the entry was
made, and a short description of the commit the entry was based on.



git2cpp stash list [OPTIONS]


OPTIONS:
&nbsp; -h,     --help              Print this help message and exit
```
