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]
|
[user]
|
||||||
name = Rodolphe Bréard
|
name = Rodolphe Bréard
|
||||||
email = v.code.ngyvz7vf@what.tf
|
email = v.code.ngyvz7vf@what.tf
|
||||||
SigningKey = B229CCD5690091E7D5D6189F09BC23A1D5562635
|
signingkey = /home/rodolphe/.ssh/id_ed25519.pub
|
||||||
|
|
||||||
[core]
|
[core]
|
||||||
editor = vim
|
editor = vim
|
||||||
|
@ -61,9 +61,13 @@
|
||||||
|
|
||||||
[commit]
|
[commit]
|
||||||
template = ~/.git_commit_msg.txt
|
template = ~/.git_commit_msg.txt
|
||||||
|
gpgsign = true
|
||||||
|
|
||||||
[pull]
|
[pull]
|
||||||
rebase = false
|
rebase = false
|
||||||
|
|
||||||
[init]
|
[init]
|
||||||
defaultBranch = main
|
defaultBranch = main
|
||||||
|
|
||||||
|
[gpg]
|
||||||
|
format = ssh
|
||||||
|
|
Loading…
Reference in a new issue