snippetbashTip
jj config edit — Start an editor on a config file. See also: `jj config path`. More information: <https://docs.jj-vcs
Viewed 0 times
editorcommandstartclifileconfigseejj config edit
Problem
How to use the
jj config edit command: 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>.Solution
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]}} --userStart an editor on the repo-level config file:
jj config {{[e|edit]}} --repoStart an editor on the workspace-level config file:
jj config {{[e|edit]}} --workspaceCode Snippets
Start an editor on the user-level config file
jj config {{[e|edit]}} --userStart an editor on the repo-level config file
jj config {{[e|edit]}} --repoStart an editor on the workspace-level config file
jj config {{[e|edit]}} --workspaceContext
tldr-pages: common/jj config edit
Revisions (0)
No revisions yet.