dotfiles/gitconfig
2016-11-16 11:09:22 -06:00

32 lines
409 B
Text

[user]
name = Josh Sherman
email = josh@gravityblvd.com
[github]
user = joshtronic
[credential]
helper = cache --timeout=86400
[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