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

Configure Feed

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

add `jj git clone` alias

kacaii a84508c8 ea085500

+1
+1
.config/jj/config.toml
··· 73 73 l = ["log"] 74 74 ll = ["log", "-r", "::@"] 75 75 fetch = ["git", "fetch"] 76 + clone = ["git", "clone"] 76 77 init = ["git", "init", "--colocate"] 77 78 mm = ["bookmark", "move", "main", "--to", "@-"] 78 79 mark = ["bookmark", "set", "-r", "@"]