dotfiles/home/.gitconfig
Anton Zadvorny 8d74aa05ab Updates
2017-07-13 15:55:23 +03:00

25 lines
374 B
INI

[hub]
protocol = https
[user]
name = Anton Zadvorny
email = thcheetah@gmail.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