Skip to content

Instantly share code, notes, and snippets.

@norv
Created January 26, 2013 19:41
Show Gist options
  • Save norv/4644089 to your computer and use it in GitHub Desktop.
Save norv/4644089 to your computer and use it in GitHub Desktop.
[alias]
who = !echo \"== Commits by Author:\\n`git shortlog -s -n`\\n\"
##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
[color]
ui = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment