add jj aliases for fetch and push
This commit is contained in:
parent
cd64812bc6
commit
fea08c5b80
1 changed files with 2 additions and 0 deletions
|
|
@ -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"];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue