jj-config-get
retrieves configuration values from Jujutsu config files
TLDR
Get config value
$ jj config get [user.name]
Get value from user config only$ jj config get --user [key]
Get value from repo config only$ jj config get --repo [key]
SYNOPSIS
jj config get [options] name
DESCRIPTION
jj config get retrieves configuration values from Jujutsu config files. Reads from both user and repo config by default, with repo config taking precedence. Returns the value for the specified key.
PARAMETERS
--user
Read from user configuration only.--repo
Read from repository configuration only.
SEE ALSO
jj(1), jj-config-set(1), jj-config-list(1)
