Skip to content

Instantly share code, notes, and snippets.

@sourcerebels
Created March 11, 2012 09:37
Show Gist options
  • Save sourcerebels/2015741 to your computer and use it in GitHub Desktop.
Save sourcerebels/2015741 to your computer and use it in GitHub Desktop.
SCM > Git > Configuration
[user]
name = [username]
email = [email]
[color]
ui = auto
[alias]
l = log --graph --pretty=format:'%C(yellow)%h%C(cyan)%d%Creset %s %C(white)- %an, %ar%Creset'
ll = log --stat --abbrev-commit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment