this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat(jj): add jujutsu

+16
+16
jj/config.toml
··· 1 + "$schema" = "https://jj-vcs.github.io/jj/latest/config-schema.json" 2 + 3 + [ui] 4 + default-command = "log" 5 + # diff-editor = ["nvim", "-c", "DiffEditor $left $right $output"] 6 + # merge-editor = "vimdiff" 7 + # conflict-marker-style = "git" 8 + 9 + [user] 10 + name = "Seongmin Lee" 11 + email = "boltlessengineer@proton.me" 12 + 13 + [signing] 14 + behavior = "own" 15 + backend = "ssh" 16 + key = "~/.ssh/git-sign-key.pub"