dotfiles/gitconfig
Tobias Schmidl 3e89506bd6 update
2017-09-27 16:17:29 +02:00

35 lines
378 B
Text

[color]
ui = auto
[credential]
helper = store
[rebase]
autoStash = true
autoSquash = true
[push]
default = simple
[diff]
renames = copies
renameLimit = 65536
[branch "master"]
rebase = true
[pull]
rebase = true
[http]
sslCAPath = /etc/ssl/certs
sslVerify = true
[core]
preloadindex = 1
[merge]
renormalize = true
conflictstyle = diff3
[pack]
threads = 0