2012-07-28 17:01:15 +00:00
|
|
|
[hub]
|
|
|
|
protocol = https
|
|
|
|
[user]
|
2015-02-01 13:37:15 +00:00
|
|
|
name = Anton Zadvorny
|
2017-04-14 22:32:21 +00:00
|
|
|
email = thcheetah@gmail.com
|
2012-07-28 17:01:15 +00:00
|
|
|
[credential]
|
|
|
|
helper = osxkeychain
|
|
|
|
[color]
|
|
|
|
diff = auto
|
|
|
|
status = auto
|
|
|
|
branch = auto
|
|
|
|
ui = true
|
|
|
|
[core]
|
|
|
|
excludesfile = ~/.gitignore
|
2015-02-01 18:02:48 +00:00
|
|
|
editor = vim
|
2015-07-08 11:51:14 +00:00
|
|
|
quotepath = false
|
2012-07-28 17:01:15 +00:00
|
|
|
[apply]
|
|
|
|
whitespace = nowarn
|
|
|
|
[mergetool]
|
|
|
|
keepBackup = false
|
|
|
|
[difftool]
|
|
|
|
prompt = false
|
|
|
|
[help]
|
2015-07-08 11:51:14 +00:00
|
|
|
autocorrect = 1
|
2018-01-16 15:49:13 +00:00
|
|
|
[filter "lfs"]
|
|
|
|
process = git-lfs filter-process
|
|
|
|
required = true
|
|
|
|
clean = git-lfs clean -- %f
|
|
|
|
smudge = git-lfs smudge -- %f
|