Make sure git sticks to gpg2

Thu, 27 Apr 2017 12:40:35 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Thu, 27 Apr 2017 12:40:35 -0400
changeset 548
e34f183fbd55
parent 547
cf5c52416c74
child 549
0bd45054802e

Make sure git sticks to gpg2

.gitconfig file | annotate | diff | comparison | revisions
--- a/.gitconfig
+++ b/.gitconfig
@@ -54,6 +54,9 @@
 	verbose = true
 	gpgsign = true
 
+[gpg]
+	program = "gpg2"
+
 # include.path is available in git 1.7.10 and later
 [include]
 	path = ~/.gitconfig.local

mercurial