19 lines
351 B
TOML
19 lines
351 B
TOML
[user]
|
|
name = "Barak Michener"
|
|
email = "me@barakmich.com"
|
|
|
|
[ui]
|
|
editor = "nvim"
|
|
default-command = ["log", "--reversed"]
|
|
diff.format = "git"
|
|
|
|
[revsets]
|
|
log = "ancestors(@, 10) | @..main@origin | main@origin::@"
|
|
|
|
[git]
|
|
push-bookmark-prefix = "barakmich/"
|
|
|
|
[alias]
|
|
bm = ["bookmark", "move", "--to", "@-"]
|
|
pull = ["git", "fetch"]
|
|
fetch = ["git", "fetch"]
|