jj-config-unset

removes configuration values from Jujutsu config files

TLDR

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

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.

INSTALL

sudo pacman -S jujutsu
sudo apk add jujutsu
sudo zypper install jujutsu
brew install jujutsu
nix profile install nixpkgs#jujutsu

SEE ALSO

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