git .gitconfig
[alias]
ci = commit
co = checkout
br = branch
st = status -sb
dc = diff --cached
c- = checkout --
d = diff
f = fetch
p = pull
[color]
ui = true
[user]
name = John Smith
email = john.smith@gmail.com
[core]
whitespace = tabwidth=4
editor = vim
[color]
ui = true
grep = auto
branch = auto
diff = auto
status = auto
[color "branch"]
current = yellow reverse
local = yellow
remote = green
[color "diff"]
# meta = yellow bold
# frag = magenta bold
# old = red bold
# new = green bold
[credential]
helper = osxkeychain