Last Updated: February 25, 2016
·
2.441K
· piperchester

Simple Git Log Alias

My personal favorite alias of git log:

alias gl='git log --oneline --graph --color';

Voliå! Commits are displayed in a colorful tree.