30 lines
500 B
INI
30 lines
500 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
|
|
[filter "lfs"]
|
|
process = git-lfs filter-process
|
|
required = true
|
|
clean = git-lfs clean -- %f
|
|
smudge = git-lfs smudge -- %f
|