15 lines
298 B
INI
15 lines
298 B
INI
[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 |