๐Ÿ”’ Backup for my config files
dotfiles
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

use new `advance` subcommand

+1 -1
+1 -1
.config/jj/config.toml
··· 28 28 d = ["diff"] 29 29 l = ["log"] 30 30 ll = ["log", "-r", ".."] 31 - tug = ["bookmark", "move", "--from", "heads(::@- & bookmarks())", "--to", "@-"] 31 + tug = ["bookmark", "advance", "--to", "@-"] 32 32 33 33 [revset-aliases] 34 34 current_work = "trunk()..@ | @..trunk() | trunk() | @:: | fork_point(trunk() | @)"