diff --git a/git/config b/git/config index ca7310a..7f6e4a9 100644 --- a/git/config +++ b/git/config @@ -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