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

```{parsed-literal}
Like <span class=git2cpp-bold>pop</span>, but do not remove the state from the stash list. Unlike
<span class=git2cpp-bold>pop</span>, &lt;stash&gt; may be any commit that looks like a commit created by
<span class=git2cpp-bold>stash push</span> or .



git2cpp stash apply [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.

```
