unset¶
vb unset SETTING [OPTIONS]
Description¶
Unset a setting.
Settings marked as versionable are overridden by the contents of the file named .vb-settings/PROPERTY in the check-out root, if that file exists.
Settings can have both a local repository-only value and global value
that applies to all repositories. The local values are stored in the
config table of the repository and the global values are stored in the
configuration database. If both a local and a global value exists for a
setting, the local value takes precedence. This command normally operates
on the local settings. Use the --global option to change global settings.
Options¶
- --global¶
Unset the given property globally instead of setting or unsetting it for the open repository only
See Also¶
See also
Examples¶
Set a local setting then unset it
$ vb unset case-sensitive