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

aliases: make mcg use jj

This commit is contained in:
RGBCube 2025-06-04 03:03:26 +03:00
parent 6383b15bca
commit 42d35c6d9a
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M

View file

@ -19,5 +19,5 @@ def --env mc [path: path]: nothing -> nothing {
def --env mcg [path: path]: nothing -> nothing {
mkdir $path
cd $path
git init
jj git init --colocate
}