Documentationv1.4.0

config

Manage global and repository-specific settings and policy profiles.

config

The 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
--list

Display 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.

--global

Perform the operation on the global config instead of the local one.

--edit

Open the configuration file in your default system editor.