alias jj git init to just jj init

This commit is contained in:
sloane 2025-11-03 08:21:00 -05:00
parent 0ae3ffa00a
commit b3ebdb1e09
No known key found for this signature in database

View file

@ -246,6 +246,7 @@
tug = ["bookmark" "move" "--from" "closest_bookmark(@-)" "--to" "@-"];
catchup = ["rebase" "-b" "current" "-d" "trunk()" "--skip-emptied"];
changed = ["diff" "--files-only"];
init = ["git" "init"];
};
};
};