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

Configure Feed

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

add more aliases

Kacaii 2a2eeab6 b503c64e

+4 -1
+4 -1
.config/jj/config.toml
··· 11 11 write-change-id-header = true 12 12 13 13 [aliases] 14 + fetch = ["git", "fetch"] 15 + init = ["git", "init", "--colocate"] 14 16 all = ["log", "-r", "::@"] 15 - fetch = ["git", "fetch"] 16 17 mm = ["bookmark", "move", "main", "--to", "@-"] 18 + mark = ["bookmark", "set", "-r", "@"] 19 + track = ["bookmark", "track"] 17 20 push = ["git", "push"] 18 21 s = ["stack"] 19 22 stack = ["log", "-r", "stack()"]