Skip to content

Instantly share code, notes, and snippets.

@pedroreys
pedroreys / gist:2963187
Created June 21, 2012 00:45
Alias to generate pretty git log with graph of all branches
[alias]
    lg = log --graph --pretty=format:'%C(yellow)%d%Creset %C(cyan)%h%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=short --all

This alias is going to generate an output like this:

git log example output