Use SSH to sign commits
This commit is contained in:
parent
05bdea504c
commit
6fc4f80ce2
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue