commands.sh

jj config unset

all

Unset a config option. See also: `jj config set`.

More info →

Options (1)

boolean

Unset a config option in the user-level config

Example: jj config {{[u|unset]}} --user {{name}}

Examples (3)

Unset a config option in the user-level config

jj config [u|unset] --user name

Unset a config option in the repo-level config

jj config [u|unset] --repo name

Unset a config option in the workspace-level config

jj config [u|unset] --workspace name
made by @shridhargupta | data from tldr-pages