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:
parent
05fa7662a2
commit
a889cc675e
1 changed files with 3 additions and 0 deletions
|
@ -28,6 +28,9 @@ in {
|
||||||
aliases.pull = [ "git" "fetch" ];
|
aliases.pull = [ "git" "fetch" ];
|
||||||
aliases.push = [ "git" "push" ];
|
aliases.push = [ "git" "push" ];
|
||||||
|
|
||||||
|
aliases.clone = [ "git" "clone" "--colocate" ];
|
||||||
|
aliases.cl = [ "git" "clone" "--colocate" ];
|
||||||
|
|
||||||
aliases.init = [ "git" "init" "--colocate" ];
|
aliases.init = [ "git" "init" "--colocate" ];
|
||||||
aliases.i = [ "git" "init" "--colocate" ];
|
aliases.i = [ "git" "init" "--colocate" ];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue