1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-27 10:07:44 +00:00

feat: jj clone & jj cl alias

This commit is contained in:
RGBCube 2025-05-08 01:26:49 +03:00
parent 05fa7662a2
commit a889cc675e
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M

View file

@ -28,6 +28,9 @@ in {
aliases.pull = [ "git" "fetch" ];
aliases.push = [ "git" "push" ];
aliases.clone = [ "git" "clone" "--colocate" ];
aliases.cl = [ "git" "clone" "--colocate" ];
aliases.init = [ "git" "init" "--colocate" ];
aliases.i = [ "git" "init" "--colocate" ];