Skip to content

Instantly share code, notes, and snippets.

@rbk
Created October 7, 2014 07:24
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rbk/9878aaeaab45e7f29a99 to your computer and use it in GitHub Desktop.
Save rbk/9878aaeaab45e7f29a99 to your computer and use it in GitHub Desktop.
Awesome git logging! Paste this in terminal and check logs with: git lg
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"
@rbk
Copy link
Author

rbk commented Oct 7, 2014

I found this on coderwall:
https://coderwall.com/p/euwpig

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment