all repos

dotfiles @ 5ad112e

my dotfiles
1 files changed, 1 insertions(+), 2 deletions(-)
jj: show less logs; repos are colocated by default now
Author: Oleksandr Smirnov olexsmir@gmail.com
Committed at: 2025-10-08 21:56:51 +0300
Parent: 105ed99
M config/jj/config.toml

@@ -16,13 +16,12 @@ backend = "ssh"

key = "~/.ssh/id_ed25519.pub" [git] -colocate = true sign-on-push = true auto-local-bookmark = true private-commits = "private()" [aliases] -l = ["log", "-r", "ancestors(reachable(@, mutable()), 3)"] +l = ["log", "-r", "ancestors(reachable(@, mutable()), 2)"] tug = ["bookmark", "move", "--from", "heads(::@- & bookmarks())", "--to", "@-"] [templates]