dotfiles/home/.gitconfig
2015-07-08 11:51:14 +00:00

25 lines
368 B
INI

[hub]
protocol = https
[user]
name = Anton Zadvorny
email = az@wheely.com
[credential]
helper = osxkeychain
[color]
diff = auto
status = auto
branch = auto
ui = true
[core]
excludesfile = ~/.gitignore
editor = vim
quotepath = false
[apply]
whitespace = nowarn
[mergetool]
keepBackup = false
[difftool]
prompt = false
[help]
autocorrect = 1