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

```{parsed-literal}
Emits the value of the specified key. If key is present multiple times in the
configuration, emits the last value. If --all is specified, emits all values
associated with key. Returns error code 1 if key is not present.


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


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

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