jj config set
all
Set a config option to a given value. The value is specified as a TOML expression. See also: `jj config unset`.
More info →Options (1)
booleanSet the user name in the user-level config
Example:
jj config {{[s|set]}} --user user.name "{{name}}"Examples (5)
Set the user name in the user-level config
jj config [s|set] --user user.name "name"Set the user email in the user-level config
jj config [s|set] --user user.email "email"Set a config option in the repo-level config
jj config [s|set] --repo name valueSet a config option in the workspace-level config
jj config [s|set] --workspace name valueSet a boolean config option
jj config [s|set] --user name true|falsemade by @shridhargupta | data from tldr-pages