dotfiles/home/.gitconfig

23 lines
348 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
[apply]
whitespace = nowarn
[mergetool]
keepBackup = false
[difftool]
prompt = false
[help]
autocorrect = 1