Skip to content

Instantly share code, notes, and snippets.

@ap
Created November 30, 2008 07:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ap/30399 to your computer and use it in GitHub Desktop.
Save ap/30399 to your computer and use it in GitHub Desktop.
usable git log output format
git log --pretty='format:%x1B[33m%H%Creset%n%Cgreen%ar%Creset %an <%ae>%n%x20 %x20 %x1B[1m%s%Creset%n'
git config --global format.pretty 'format:%x1B[33m%H%Creset%n%Cgreen%ar%Creset %an <%ae>%n%x20 %x20 %x1B[1m%s%Creset%n'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment