dotfiles/git/gitconfig.symlink

15 lines
269 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
email = noah.masur@take2games.com
[hub]
host = github.take2games.com
[pager]
branch = false
2020-11-28 00:57:31 +00:00
[core]
editor = nvim