LinuxCommandLibrary

jj-config-set

sets configuration values in Jujutsu config files

TLDR

Set user config value

$ jj config set --user [user.name] "[John Doe]"
copy
Set repo config value
$ jj config set --repo [key] "[value]"
copy
Set user email
$ jj config set --user user.email "[email@example.com]"
copy

SYNOPSIS

jj config set [options] name value

DESCRIPTION

jj config set sets configuration values in Jujutsu config files. User config applies globally while repo config applies only to the current repository. Values are stored in TOML format.

PARAMETERS

--user

Set in user configuration.
--repo
Set in repository configuration.

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community