Skip to content

Instantly share code, notes, and snippets.

@agconti
Created July 28, 2014 16:21
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 agconti/27119e9a7ced0f65ff24 to your computer and use it in GitHub Desktop.
Save agconti/27119e9a7ced0f65ff24 to your computer and use it in GitHub Desktop.
Git Log Pretty print by Felix Kiss https://coderwall.com/p/euwpig
git config --global alias.lg "log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment