14 lines
326 B
INI
14 lines
326 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
|
|
[credential "https://gist.github.com"]
|
|
helper =
|
|
helper = !/opt/local/bin/gh auth git-credential
|
|
[github]
|
|
user = DeCarabas
|