Skip to content

Instantly share code, notes, and snippets.

@cfree3
Created January 12, 2014 22:10
Show Gist options
  • Save cfree3/8391319 to your computer and use it in GitHub Desktop.
Save cfree3/8391319 to your computer and use it in GitHub Desktop.
Git log format
[format]
# inspired by colleagues; some help from http://stackoverflow.com/questions/5889878/color-in-git-log
pretty = format:%C(green)%H%Creset%C(blue)%d%Creset%n%cn (%C(red)%cr%Creset @ %C(yellow)%cd%Creset) [%an (%cd)]%n%w(80)%B%n
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment