dotfiles/git/gitconfig.symlink

19 lines
336 B
Plaintext
Raw Normal View History

2020-06-03 14:31:58 +00: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 13:36:27 +00:00
email = 7386960+nmasur@users.noreply.github.com
2020-06-03 14:31:58 +00:00
[hub]
host = github.take2games.com
[pager]
branch = false
2020-11-28 00:57:31 +00:00
[core]
editor = nvim
[pull]
ff = only
2021-05-18 00:39:12 +00:00
[credential]
helper = osxkeychain