dotfiles/.gitconfig

30 lines
518 B
INI
Raw Normal View History

2012-04-05 05:39:31 -04:00
[user]
name = Andrew Tomaka
email = atomaka@gmail.com
[color]
ui = auto
[color "branch"]
current = yellow reverse
local = yellow
remote = green
[color "diff"]
meta = yellow bold
frag = magenta
old = red
new = green
[color "status"]
added = yellow
changed = green
untracked = cyan
[merge]
2012-09-27 17:14:37 -04:00
tool = vimdiff
2012-04-05 05:39:31 -04:00
[apply]
whitespace = fix
[core]
excludesfile = ~/.gitignore_global
autocrlf = input
2012-11-29 21:33:33 -05:00
editor = subl
2013-04-29 01:29:01 -04:00
filemode = false
[push]
default = upstream