This tool calls the Git config command with the --set and --local parameter to set a local configuration option.
| 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 set. |
| Config Value [M] | I | String | Value of the configuration option to be set. |
| Messages [O] | O | String | Command output messages. |