LinuxCommandLibrary

jj-config-unset

removes configuration values from Jujutsu config files

TLDR

Unset user config value

$ jj config unset --user [key]
copy
Unset repo config value
$ jj config unset --repo [key]
copy

SYNOPSIS

jj config unset [options] name

DESCRIPTION

jj config unset removes configuration values from Jujutsu config files. The value is deleted from the specified config file, allowing defaults or lower-priority configs to take effect.

PARAMETERS

--user

Remove from user configuration.
--repo
Remove from repository configuration.

SEE ALSO

jj(1), jj-config-set(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community