more jj config

This commit is contained in:
Barak Michener 2024-12-23 19:39:41 -08:00
parent d663d0a73b
commit 092d39ca40

View file

@ -5,6 +5,7 @@ email = "me@barakmich.com"
[ui]
editor = "nvim"
default-command = ["log", "--reversed"]
diff.format = "git"
[revsets]
log = "ancestors(@, 10) | @..main@origin | main@origin::@"
@ -14,3 +15,5 @@ push-bookmark-prefix = "barakmich/"
[alias]
bm = ["bookmark", "move", "--to", "@-"]
pull = ["git", "fetch"]
fetch = ["git", "fetch"]