Skip to content

Instantly share code, notes, and snippets.

@atsjj
Last active December 17, 2015 20:19
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 atsjj/5666567 to your computer and use it in GitHub Desktop.
Save atsjj/5666567 to your computer and use it in GitHub Desktop.
My gitconfig
[user]
name = atsjj
email = atsjj@email.com
[core]
excludesfile = /Users/lname/.gitignore_global
[push]
default = current
[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