18 lines
450 B
Markdown
18 lines
450 B
Markdown
|
|
# 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}}`
|