HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

jj config unset — Unset a config option. See also: `jj config set`. More information: <https://docs.jj-vcs.dev/latest/

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandseeunsetoptioncliconfigjj config unsetalso

Problem

How to use the jj config unset command: Unset a config option. See also: jj config set. More information: <https://docs.jj-vcs.dev/latest/cli-reference/#jj-config-unset>.

Solution

jj config unset — Unset a config option. See also: jj config set. More information: <https://docs.jj-vcs.dev/latest/cli-reference/#jj-config-unset>.

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}}

Code Snippets

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}}

Context

tldr-pages: common/jj config unset

Revisions (0)

No revisions yet.