alias jj git init to just jj init
This commit is contained in:
parent
0ae3ffa00a
commit
b3ebdb1e09
1 changed files with 1 additions and 0 deletions
|
|
@ -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"];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue