jdeniau
12/19/2012 - 1:02 PM

.gitconfig

[user]
    name = Julien Deniau
    email = julien.deniau@gmail.com
[alias]
    st = status
    lg = log --graph --all --format=format:'%C(blue)%h%C(reset) - %C(cyan)%aD%C(reset) %C(green)(%ar)%C(reset)%C(yellow)%d%C(reset)%n''          %C(white)%s%C(reset) %C(white)— %an%C(reset)' --abbrev-commit

[color]
    ui = auto
[help]
    autocorrect = 1

[color "branch"]
    current = yellow reverse
    local = yellow
    remote = green
 
[color "diff"]
    meta = yellow bold
    frag = magenta bold
    old = red 
    new = cyan
 
[color "status"]
    added = yellow
    changed = green
    untracked = cyan