dotfiles/git/gitconfig
2016-06-15 11:04:51 -05:00

28 lines
366 B
Text

[include]
path = ~/.dotfiles/.dotprivate/git/gitconfig
[color]
branch = auto
diff = auto
status = auto
[core]
editor = vim
[diff]
compactionHeuristic = true
rename = copy
[pager]
color = true
[push]
default = simple
[filter "lfs"]
clean = git-lfs clean %f
smudge = git-lfs smudge %f
required = true
[credential]
helper = osxkeychain