jj-config-path
displays the file system path to Jujutsu configuration files
TLDR
Show user config path
$ jj config path --user
Show repo config path$ jj config path --repo
SYNOPSIS
jj config path [options]
DESCRIPTION
jj config path displays the file system path to Jujutsu configuration files. Useful for locating config files for manual editing or troubleshooting.
PARAMETERS
--user
Show user configuration file path.--repo
Show repository configuration file path.
SEE ALSO
jj(1), jj-config-edit(1)
