users/jan: add new git alias to get commit hash
This commit is contained in:
parent
028c567b47
commit
8e1c2e0867
1 changed files with 1 additions and 0 deletions
|
@ -81,6 +81,7 @@
|
|||
|
||||
lo = "log --pretty=oneline";
|
||||
los = "log --pretty='format:%s'";
|
||||
loH = "log --pretty='format:%H'";
|
||||
|
||||
sma = "submodule add";
|
||||
smui = "submodule update --init";
|
||||
|
|
Loading…
Reference in a new issue