commands.sh

jj config get

all

Get the value of a given config option. Unlike `jj config list`, the result is printed without extra formatting for use in scripts. See also: `jj config list`.

More info →

Options (1)

boolean

Get the value of a config option

Example: jj config {{[g|get]}} {{name}}

Examples (4)

Get the value of a config option

jj config [g|get] name

Get the configured user name

jj config [g|get] user.name

Get the configured user email

jj config [g|get] user.email

Get the default revset for the log command

jj config [g|get] revsets.log
made by @shridhargupta | data from tldr-pages