Init-Files/.gitconfig
2022-12-20 01:12:58 +00:00

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