diff --git a/git/gitconfig b/git/gitconfig index 32cb5b2..e748119 100644 --- a/git/gitconfig +++ b/git/gitconfig @@ -32,6 +32,7 @@ w = whatchanged --abbrev-commit ls = ls-files gr = log --graph --oneline --decorate + lol = log --graph --pretty=format:\"%C(yellow)%h%Creset%C(cyan)%C(bold)%d%Creset %C(cyan)(%cr)%Creset %C(green)%cn%Creset %s\" # From http://progit.org/book/ch2-11.html unstage = reset HEAD -- last = log -1 HEAD