23 lines
639 B
INI
23 lines
639 B
INI
[user]
|
|
name = John Doty
|
|
email = john@d0ty.me
|
|
|
|
[include]
|
|
path = .gitconfig.shared
|
|
[credential "https://github.com"]
|
|
helper =
|
|
helper = !/opt/local/bin/gh auth git-credential
|
|
helper = !/usr/bin/gh auth git-credential
|
|
[credential "https://gist.github.com"]
|
|
helper =
|
|
helper = !/opt/local/bin/gh auth git-credential
|
|
helper = !/usr/bin/gh auth git-credential
|
|
[github]
|
|
user = DeCarabas
|
|
[safe]
|
|
directory = /home/linuxbrew/.linuxbrew/Homebrew/Library/Taps/homebrew/homebrew-core
|
|
[filter "lfs"]
|
|
clean = git-lfs clean -- %f
|
|
smudge = git-lfs smudge -- %f
|
|
process = git-lfs filter-process
|
|
required = true
|