diff --git a/git/.gitconfig b/git/.gitconfig index fc98429..20b0515 100644 --- a/git/.gitconfig +++ b/git/.gitconfig @@ -3,7 +3,7 @@ # Please adapt and uncomment the following lines: name = Hans Goor email = me@eyedevelop.org - signingkey = D414A7FA58C29568EF4E05CD7E05BC839785EAF6 + signingkey = ~/.ssh/id_ed25519.pub [commit] gpgsign = true [pull] @@ -14,3 +14,5 @@ ff = no [init] defaultBranch = main +[gpg] + format = ssh