Skip to content

Instantly share code, notes, and snippets.

@tsnow
Created September 5, 2012 20:23
Show Gist options
  • Save tsnow/3644113 to your computer and use it in GitHub Desktop.
Save tsnow/3644113 to your computer and use it in GitHub Desktop.
Better Git Logs
git log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment