gregf /.gitconfig

[user]
    name = Greg Fitzgerald
    email = netzdamon@gmail.com
[color]
    branch = auto
    diff = auto
    status = auto
    ui = auto
[color "branch"]
    current = yellow reverse
    local = yellow
    remote = green
[color "diff"]
    meta = yellow bold
    frag = magenta bold
    old = red bold
    new = green bold
[color "status"]
    added = yellow
    changed = green
    untracked = cyan
[alias]
    ci = commit -v
    st = status
    pl = pull
    lo = log --date=local --pretty=full --stat
    me = log --date=local --pretty=short --author=netzdamon@gmail.com --stat
    gp = push origin master:refs/heads/master
    gc = clean -f
    md = clone git:mideo.git mideo
    gr = reset

[apply]
    whitespace = nowarn
[core]
    excludesfile = /home/gregf/.gitignore
    editor = vim
    pager = most
    filemode = true
    bare = false
    logallrefupdates = true