diff --git a/git/git/config b/git/git/config index 0b9129a..cff0120 100644 --- a/git/git/config +++ b/git/git/config @@ -5,6 +5,13 @@ [user] name = Michael Housh email = mhoush@houshhomeenergy.com + signingkey = mhoush@houshhomeenergy.com + +[commit] + gpgsign = true +[tag] + gpgsign = true + [color] ui = true [filter "lfs"]