diff --git a/gitconfig b/gitconfig index d1c2fa3..b2f2793 100644 --- a/gitconfig +++ b/gitconfig @@ -6,3 +6,4 @@ gpgsign = true [alias] logs = log --show-signature + lg = log --graph --abbrev-commit --decorate --format=format:'%C(yellow)%h%C(reset)%C(auto)%d%C(reset) %C(normal)%s%C(reset) %C(dim white)%an%C(reset) %C(dim blue)(%ad)%C (reset)' --all