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

```{parsed-literal}
Remove a single stashed state from the stash list and apply it on top of the
current working tree state, i.e., do the inverse operation of <span class=git2cpp-bold>git stash
push</span>.



git2cpp stash pop [OPTIONS]


OPTIONS:
&nbsp; -h,     --help              Print this help message and exit
&nbsp;         --index UINT        This option is only valid for <span class=git2cpp-bold>pop</span> and <span class=git2cpp-bold>apply</span>
&nbsp;                             commands.

```
