0
fork

Configure Feed

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

Git clone

Signed-off-by: MLC Bloeiman <mar@strawmelonjuice.com>

+6
+6
home/modules/development/jujutsu.nix
··· 33 33 show-cryptographic-signatures = true; 34 34 }; 35 35 aliases = { 36 + # Always using the git backend to clone so why not. 37 + clone = [ 38 + "git" 39 + "clone" 40 + ]; 41 + 36 42 # Moves bookmarks from the previous commit to your current one 37 43 tug = [ 38 44 "bookmark"