LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

jj-config-get

retrieves configuration values from Jujutsu config files

TLDR

Get a configuration value
$ jj config get [user.name]
copy
Get the user's email
$ jj config get [user.email]
copy

SYNOPSIS

jj config get name

DESCRIPTION

jj config get retrieves a single configuration value from Jujutsu config files. The output is printed without extra formatting, making it suitable for use in scripts. Repo config takes precedence over user config when both define the same key.Unlike `jj config list`, this command outputs only the raw value without labels or quotes.

SEE ALSO

Copied to clipboard
Kai