tomh /.gitconfig

note: dotfile #1337!
[color]
    diff = auto
    status = auto
    branch = auto
    interactive = auto
[alias]
    ci = commit -a
    up = pull --rebase
    st = status
    co = checkout
[push]
    default = current
[instaweb]
    local = true
    httpd = lighttpd
    port  = 4321