users/jan: add aliases for restore command

This commit is contained in:
Dmitriy Pleshevskiy 2024-05-21 20:52:04 +03:00
parent b596259710
commit 5109e1b495
Signed by: pleshevskiy
GPG key ID: 17041163DA10A9A2

View file

@ -67,6 +67,9 @@
chc = "cherry-pick --continue"; chc = "cherry-pick --continue";
cha = "cherry-pick --abort"; cha = "cherry-pick --abort";
re = "restore";
res = "restore --staged";
lo = "log --pretty=oneline"; lo = "log --pretty=oneline";
sma = "submodule add"; sma = "submodule add";