dotfiles/git/gitconfig.symlink

17 lines
301 B
Plaintext
Raw Normal View History

2020-06-03 08:31:58 -06:00
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[user]
name = Noah Masur
2021-04-22 09:36:27 -04:00
email = 7386960+nmasur@users.noreply.github.com
2020-06-03 08:31:58 -06:00
[hub]
host = github.take2games.com
[pager]
branch = false
2020-11-27 19:57:31 -05:00
[core]
editor = nvim
[pull]
ff = only