(created/git2cpp/config/unset.md)=
# git2cpp config unset

```{parsed-literal}
Unset value for one or more config options. By default, this command refuses to
unset multi-valued keys. Passing --all will unset all multi-valued config
options, whereas --value will unset all config options whose values match the
given pattern.


git2cpp config unset [OPTIONS] [&lt;name&gt;]


POSITIONALS:
&nbsp; &lt;name&gt; TEXT

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