Documentationv1.4.0
config
Manage global and repository-specific settings and policy profiles.
configThe config command allows you to view and modify your gitresolve environment. It manages the .gitresolve/policy.json and global user preferences.
bash
$gitresolve config --list
core.editor=vim
policy.default=balanced
audit.enabled=true
ui.theme=terminal
--listDisplay all current configuration variables and their sources.
--get <key>Retrieve the value for a specific configuration key.
--set <key> <value>Set a configuration key to a specific value.
--globalPerform the operation on the global config instead of the local one.
--editOpen the configuration file in your default system editor.