Added git config
This commit is contained in:
parent
7250ec57ac
commit
64c8dd0547
12
.gitconfig
Normal file
12
.gitconfig
Normal file
@ -0,0 +1,12 @@
|
||||
[user]
|
||||
email = randyjordan@email.com
|
||||
name = Randy Jordan
|
||||
signingkey = 5CA1B5504D7A21AA
|
||||
|
||||
|
||||
[init]
|
||||
defaultBranch = main
|
||||
[commit]
|
||||
gpgsign = true
|
||||
[tag]
|
||||
gpgSign = true
|
Loading…
Reference in New Issue
Block a user