Add git log fancy to gitconfig

This commit is contained in:
2018-10-05 15:09:32 +02:00
parent ceaf2f06d6
commit 0e41e41ab8

View File

@@ -6,3 +6,4 @@
gpgsign = true gpgsign = true
[alias] [alias]
logs = log --show-signature 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