LinuxCommandLibrary

jj-config

manages Jujutsu configuration

TLDR

List all config values

$ jj config list
copy
Get specific config value
$ jj config get [user.name]
copy
Set config value
$ jj config set --user [key] "[value]"
copy
Edit config in editor
$ jj config edit --user
copy

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.

SEE ALSO

jj(1), jj-init(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community