Skip to content

Instantly share code, notes, and snippets.

@sanbox-irl
Last active June 30, 2026 23:07
Show Gist options
  • Select an option

  • Save sanbox-irl/3c86ab1751a3ab0376d5c4cb2c7a5ef8 to your computer and use it in GitHub Desktop.

Select an option

Save sanbox-irl/3c86ab1751a3ab0376d5c4cb2c7a5ef8 to your computer and use it in GitHub Desktop.
jj config
#:schema https://docs.jj-vcs.dev/latest/config-schema.json
[user]
name = "Jonathan Spira"
email = "jjspira@gmail.com"
[signing]
behavior = "drop"
backend = "gpg"
[git]
sign-on-push = true
[aliases]
adv = ["bookmark", "advance", "--to", "@-"]
push = ["git", "push"]
fetch = ["git", "fetch"]
init = ["git", "init"]
[ui]
editor = "vim"
diff-editor = ":builtin"
default-command = "log"
[remotes.origin]
auto-track-bookmarks = "*"
[snapshot]
max-new-file-size = 4294967296
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment