adds .gitconfig
This commit is contained in:
parent
96fcc105cc
commit
9bc02dc257
15
.gitconfig
Normal file
15
.gitconfig
Normal 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
|
Loading…
x
Reference in New Issue
Block a user