LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

jj-config-edit

opens the Jujutsu configuration file in your default editor

TLDR

Edit user config in editor
$ jj config edit --user
copy
Edit repository config
$ jj config edit --repo
copy

SYNOPSIS

jj config edit [options]

DESCRIPTION

jj config edit opens the Jujutsu configuration file in your default editor. User config applies globally while repo config applies only to the current repository. Configuration uses TOML format.

PARAMETERS

--user

Edit user-level configuration.
--repo
Edit repository-level configuration.

INSTALL

sudo pacman -S jujutsu
copy
sudo apk add jujutsu
copy
sudo zypper install jujutsu
copy
brew install jujutsu
copy
nix profile install nixpkgs#jujutsu
copy

SEE ALSO

Copied to clipboard
Kai