git2cpp config set

git2cpp config set#

Set value for one or more config options. By default, this command refuses to
write multi-valued config options. Passing --all will replace all multi-valued
config options with the new value, whereas --value= will replace all config
options whose values match the given pattern.


git2cpp config set [OPTIONS] [<name>] [<value>]


POSITIONALS:
  <name> TEXT
  <value> TEXT

OPTIONS:
  -h,     --help              Print this help message and exit