Skip to content

Instantly share code, notes, and snippets.

@jonchretien
Created May 9, 2013 20:17
Show Gist options
  • Save jonchretien/5550236 to your computer and use it in GitHub Desktop.
Save jonchretien/5550236 to your computer and use it in GitHub Desktop.
[user]
email = test@test.com
name = Jon Chretien
[alias]
k = log --oneline --graph --decorate
lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative
[core]
whitespace=fix,-indent-with-non-tab,trailing-space,cr-at-eol
excludesfile = /Users/jchretien/.gitignore_global
[color]
ui = true
[color "branch"]
current = yellow black
local = yellow
remote = magenta
[color "diff"]
meta = yellow bold
frag = magenta bold
old = red reverse
new = green reverse
whitespace = white reverse
[color "status"]
added = yellow ul
changed = green
untracked = cyan reverse
branch = magenta bold
[branch "master"]
remote = origin
merge = refs/heads/master
rebase = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment