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

```{parsed-literal}
Save your local modifications to a new stash entry and roll them back to
<span class=git2cpp-bold>HEAD </span>(in the working tree and in the index). The &lt;message&gt; part is
optional and gives the description along with the stashed state.



git2cpp stash push [OPTIONS]


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