Files
cheatsheet-tldr/tldr/jj-config-unset
2026-01-14 00:22:52 +00:00

23 lines
543 B
Plaintext

---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# 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}}`