This tool calls the Git config command with the --get and --local parameter to get local configuration options.
| Parameter Name | I/O | Type | Description |
|---|---|---|---|
| Repository [M] | I | String | Path to the working tree. |
| Config Name [M] | I | String | Name of the configuration option to be retrieved. If --list is specified, all local configuration options are returned. |
| Config Value [M] | O | String | Value of the requested configuration option. |
| Messages [O] | O | String | Command output messages. |