mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-08 07:45:59 +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 edit
|
|
|
|
> Start an editor on a config file.
|
|
> See also: `jj config path`.
|
|
> More information: <https://docs.jj-vcs.dev/latest/cli-reference/#jj-config-edit>.
|
|
|
|
- Start an editor on the user-level config file:
|
|
|
|
`jj config {{[e|edit]}} --user`
|
|
|
|
- Start an editor on the repo-level config file:
|
|
|
|
`jj config {{[e|edit]}} --repo`
|
|
|
|
- Start an editor on the workspace-level config file:
|
|
|
|
`jj config {{[e|edit]}} --workspace`
|