dotfiles/gitconfig

31 lines
477 B
Plaintext
Raw Normal View History

2012-04-19 14:23:13 +00:00
[user]
2012-11-12 19:55:25 +00:00
name = Michael Campagnaro
email = mikecampo@gmail.com
2013-04-21 23:36:08 +00:00
[merge]
summary = true
2013-05-08 02:34:57 +00:00
tool = vimdiff
[core]
editor = /usr/bin/vim
[push]
2013-08-10 23:24:10 +00:00
default = upstream
2013-05-08 02:34:57 +00:00
[github]
user = mikecampo
[diff]
algorithm = patience
2012-04-19 14:23:13 +00:00
[color]
2013-04-21 23:36:08 +00:00
diff = auto
status = auto
branch = auto
interactive = auto
ui = true
pager = true
[color "branch"]
current = yellow reverse
local = yellow
remote = green
[color "diff"]
meta = blue
frag = magenta
old = red
new = green