25 lines
368 B
INI
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
|