snippetbashTip
jj config path — Print the paths to the config files. See also: `jj config edit`. More information: <https://docs.jj-
Viewed 0 times
thepathscommandjj config pathcliprintconfig
Problem
How to use the
jj config path command: Print the paths to the config files. See also: jj config edit. More information: <https://docs.jj-vcs.dev/latest/cli-reference/#jj-config-path>.Solution
jj config path — Print the paths to the config files. See also: jj config edit. More information: <https://docs.jj-vcs.dev/latest/cli-reference/#jj-config-path>.Print the path to the user-level config file:
jj config {{[p|path]}} --userPrint the path to the repo-level config file:
jj config {{[p|path]}} --repoPrint the path to the workspace-level config file:
jj config {{[p|path]}} --workspaceCode Snippets
Print the path to the user-level config file
jj config {{[p|path]}} --userPrint the path to the repo-level config file
jj config {{[p|path]}} --repoPrint the path to the workspace-level config file
jj config {{[p|path]}} --workspaceContext
tldr-pages: common/jj config path
Revisions (0)
No revisions yet.