diff --git a/.gitconfig b/.gitconfig index 9857f52..20f885a 100644 --- a/.gitconfig +++ b/.gitconfig @@ -1,7 +1,7 @@ [user] name = Rodolphe Bréard email = v.code.ngyvz7vf@what.tf - SigningKey = B229CCD5690091E7D5D6189F09BC23A1D5562635 + signingkey = /home/rodolphe/.ssh/id_ed25519.pub [core] editor = vim @@ -61,9 +61,13 @@ [commit] template = ~/.git_commit_msg.txt + gpgsign = true [pull] rebase = false [init] defaultBranch = main + +[gpg] + format = ssh