users/jan: add aliases to get remote branch list
This commit is contained in:
parent
db3d26e687
commit
2027271b49
1 changed files with 4 additions and 0 deletions
|
@ -71,6 +71,10 @@
|
|||
re = "restore";
|
||||
res = "restore --staged";
|
||||
|
||||
rls = "ls-remote --heads";
|
||||
rlso = "ls-remote --heads origin";
|
||||
rlsu = "ls-remote --heads upstream";
|
||||
|
||||
lo = "log --pretty=oneline";
|
||||
|
||||
sma = "submodule add";
|
||||
|
|
Loading…
Reference in a new issue