guumaster
5/27/2013 - 3:43 PM

git-vlog

# Git visual log displays commit tree view with who did what when and in which branch
git config alias.vlog 'log --graph --date-order --date=relative --pretty=format:"%C(cyan)%h: %Cblue - %an - %Cgreen %C(cyan)%ar:%Creset%n%s%n" --color'