more jj config
This commit is contained in:
parent
d663d0a73b
commit
092d39ca40
1 changed files with 3 additions and 0 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue