Skip to content

Instantly share code, notes, and snippets.

@samstarling
Created April 24, 2012 14:51
Show Gist options
  • Save samstarling/2480233 to your computer and use it in GitHub Desktop.
Save samstarling/2480233 to your computer and use it in GitHub Desktop.
Pretty `git log`
git log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative -n 20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment