Skip to content

Instantly share code, notes, and snippets.

@norv
Created November 15, 2012 22:02
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 norv/4081632 to your computer and use it in GitHub Desktop.
Save norv/4081632 to your computer and use it in GitHub Desktop.
git log --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr)%Creset %C(blue)<%an>%Creset' --abbrev-commit --date=relative --graph
@norv
Copy link
Author

norv commented Nov 15, 2012

git config --global -e
// or
git config --system -e

// add
##Make it pretty
lp = log --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr)%Creset %C(blue)<%an>%Creset' --abbrev-commit --date=relative --graph

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