git2cpp config unset

git2cpp config unset#

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] [<name>]


POSITIONALS:
  <name> TEXT

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