mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-06 12:45:19 +00:00
23 lines
520 B
Plaintext
23 lines
520 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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]}} --user`
|
|
|
|
- Print the path to the repo-level config file:
|
|
|
|
`jj config {{[p|path]}} --repo`
|
|
|
|
- Print the path to the workspace-level config file:
|
|
|
|
`jj config {{[p|path]}} --workspace`
|