Skip to content

Instantly share code, notes, and snippets.

@msroot
Created August 11, 2013 20:20
Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save msroot/6206676 to your computer and use it in GitHub Desktop.
Save msroot/6206676 to your computer and use it in GitHub Desktop.
better git log in ~/.gitconfig
[alias]
l = log --date-order --date=iso --graph --full-history --all --pretty=format:'%x08%x09%C(red)%h %C(cyan)%ad%x08%x08%x08%x08%x08%x08%x08%x08%x08%x08%x08%x08%x08%x08%x08 %C(bold blue)%aN%C(reset)%C(bold yellow)%d %C(reset)%s'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment