--- 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: . - 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}}`