Skip to content

Commit 6db3022

Browse files
committed
Add GPG to Git config
GitKraken did it for me.
1 parent a56ae3e commit 6db3022

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.gitconfig

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[user]
22
name = Conrad Beach
33
4+
signingKey = 46C0230C743BB9A75BFA25270E8CE29231202535
45
[core]
56
excludesfile = /Users/cbeach/.gitignore_global
67
autocrlf = input
@@ -41,5 +42,8 @@
4142
whitespace = red reverse
4243
[commit]
4344
verbose = true
45+
gpgSign = true
4446
[rebase]
4547
autosquash = true
48+
[tag]
49+
forceSignAnnotated = true

0 commit comments

Comments
 (0)