git: use --date=human for git lg
parent
c543781e87
commit
645e68b0ac
|
@ -11,7 +11,7 @@
|
|||
pr = pull --rebase
|
||||
dc = diff --cached
|
||||
r = remote
|
||||
lg = log --graph --pretty=tformat:'%C(red)%h%C(yellow)%d%Creset %s %Cgreen(%ar) %C(bold blue)<%aN>%Creset' --abbrev-commit --date=relative
|
||||
lg = log --graph --pretty=tformat:'%C(red)%h%C(yellow)%d%Creset %s %Cgreen(%ad) %C(bold blue)<%aN>%Creset' --abbrev-commit --date=human
|
||||
ll = log --stat --abbrev-commit
|
||||
amend = commit --amend -C HEAD
|
||||
|
||||
|
|
Loading…
Reference in New Issue