adds .gitconfig

This commit is contained in:
Hyatt 2024-04-25 08:02:24 -05:00
parent 96fcc105cc
commit 9bc02dc257
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA

15
.gitconfig Normal file
View File

@ -0,0 +1,15 @@
[user]
name = John Doe
email = John.Doe@example.com
signingkey = DEADBEEF010203
[credential]
username = a123456
helper = osxkeychain
[init]
defaultbranch = main
[commit]
gpgsign = true
[gpg]
program = /usr/local/bin/gpg
[http]
sslCAInfo = /path/to/custom-cas.pem