Last active
June 30, 2026 23:07
-
-
Save sanbox-irl/3c86ab1751a3ab0376d5c4cb2c7a5ef8 to your computer and use it in GitHub Desktop.
jj config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #: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