mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
jj: show less logs; repos are colocated by default now
This commit is contained in:
parent
105ed99873
commit
5ad112e5a6
1 changed files with 1 additions and 2 deletions
|
|
@ -16,13 +16,12 @@ backend = "ssh"
|
||||||
key = "~/.ssh/id_ed25519.pub"
|
key = "~/.ssh/id_ed25519.pub"
|
||||||
|
|
||||||
[git]
|
[git]
|
||||||
colocate = true
|
|
||||||
sign-on-push = true
|
sign-on-push = true
|
||||||
auto-local-bookmark = true
|
auto-local-bookmark = true
|
||||||
private-commits = "private()"
|
private-commits = "private()"
|
||||||
|
|
||||||
[aliases]
|
[aliases]
|
||||||
l = ["log", "-r", "ancestors(reachable(@, mutable()), 3)"]
|
l = ["log", "-r", "ancestors(reachable(@, mutable()), 2)"]
|
||||||
tug = ["bookmark", "move", "--from", "heads(::@- & bookmarks())", "--to", "@-"]
|
tug = ["bookmark", "move", "--from", "heads(::@- & bookmarks())", "--to", "@-"]
|
||||||
|
|
||||||
[templates]
|
[templates]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue