git: added alias for a pretty log
parent
fa32c119d0
commit
e672f2f154
|
@ -2,3 +2,4 @@
|
||||||
default = simple
|
default = simple
|
||||||
[alias]
|
[alias]
|
||||||
st = status
|
st = status
|
||||||
|
lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative
|
||||||
|
|
Loading…
Reference in New Issue