users/jan: add aliases for restore command
This commit is contained in:
parent
b596259710
commit
5109e1b495
1 changed files with 3 additions and 0 deletions
|
@ -67,6 +67,9 @@
|
|||
chc = "cherry-pick --continue";
|
||||
cha = "cherry-pick --abort";
|
||||
|
||||
re = "restore";
|
||||
res = "restore --staged";
|
||||
|
||||
lo = "log --pretty=oneline";
|
||||
|
||||
sma = "submodule add";
|
||||
|
|
Loading…
Reference in a new issue