Skip to content

Instantly share code, notes, and snippets.

@jossshii
jossshii / gist:3e832a3c643df4b3efd653904f18465d
Created December 30, 2019 13:26 — forked from johanmeiring/gist:3002458
"git lg" alias for pretty git log
# From http://garmoncheg.blogspot.com/2012/06/pretty-git-log.html
git config --global alias.lg "log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --"