Last Updated: February 25, 2016
·
623
· wilhelmbot

An improved git log

git lol

a colorful graph with one line messages and shorter commit hashes

$ git config --global alias.lol "log --graph --decorate --pretty=oneline --abbrev-commit --all"

via "Git real" by @codeschool