Author: Kyle Fuller <kyle@mentallyfriendly.com> 2012-12-12 15:18:23 +0000 +0000
Committer: Kyle Fuller <kyle@mentallyfriendly.com> 2012-12-12 15:18:23 +0000 +0000
Commit: 9fec3c1b80c4b26af0598ada5e2a7e618e6f484c
Parent: a0f64922aaedb728a144e1363fb0023e08fd6d48
git: Add a 'git l' got a pretty git log
diff --git a/.gitconfig b/.gitconfig
index e2135f914d4cd97ff8cf5dc93610a53414b8a1ef..d61a7c1edd41abaf9ddf2f03601fc3f3bce64ed3 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -12,4 +12,5 @@ [alias]
up = pull --rebase
wip = commit -m 'wip'
rev = rev-parse HEAD
+ l = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit