2024-02-03 16:02:24 -04:00
|
|
|
[filter "lfs"]
|
|
|
|
process = git-lfs filter-process
|
|
|
|
required = true
|
|
|
|
clean = git-lfs clean -- %f
|
|
|
|
smudge = git-lfs smudge -- %f
|
|
|
|
[user]
|
|
|
|
name = Isaac Shoebottom
|
|
|
|
email = ir.shoebottom@gmail.com
|
|
|
|
[init]
|
|
|
|
defaultBranch = master
|
|
|
|
[credential "https://github.com"]
|
|
|
|
helper = gh auth git-credential
|
|
|
|
[credential "https://gist.github.com"]
|
|
|
|
helper = gh auth git-credential
|
|
|
|
[credential "https://vcs.cs.unb.ca"]
|
|
|
|
provider = generic
|
|
|
|
[credential "https://git.shoebottom.ca"]
|
|
|
|
provider = generic
|
|
|
|
[core]
|
2024-02-04 00:19:43 -04:00
|
|
|
autocrlf = true
|
2024-02-03 16:02:24 -04:00
|
|
|
[credential "helperselector"]
|
|
|
|
selected = manager
|