users/jan: add alias to restore staged and worktree at once

This commit is contained in:
Dmitriy Pleshevskiy 2024-05-29 02:23:12 +03:00
parent 88ef9c1318
commit 5e3394e74f
Signed by: pleshevskiy
GPG key ID: 17041163DA10A9A2

View file

@ -70,6 +70,7 @@
re = "restore";
res = "restore --staged";
resw = "restore --staged --worktree";
rls = "ls-remote --heads";
rlso = "ls-remote --heads origin";