jj-config
manages Jujutsu configuration
TLDR
List all config values
$ jj config list
Get specific config value$ jj config get [user.name]
Set config value$ jj config set --user [key] "[value]"
Edit config in editor$ jj config edit --user
SYNOPSIS
jj config subcommand [options]
DESCRIPTION
jj config manages Jujutsu configuration. Supports user-level config (global) and repo-level config (per-repository). Configuration uses TOML format and controls settings like user identity, aliases, and UI preferences.
PARAMETERS
list
List configuration values.get name
Get a configuration value.set name value
Set a configuration value.unset name
Remove a configuration value.edit
Edit configuration in editor.path
Show configuration file path.
