add jj aliases for fetch and push

This commit is contained in:
sloane 2025-11-04 08:47:04 -05:00
parent cd64812bc6
commit fea08c5b80
No known key found for this signature in database

View file

@ -248,6 +248,8 @@
catchup = ["rebase" "-b" "current" "-d" "trunk()" "--skip-emptied"];
changed = ["diff" "--files-only"];
init = ["git" "init" "--colocate"];
fetch = ["git" "fetch"];
push = ["git" "push"];
};
};
};