Skip to content

Commit

Permalink
feat: sign git commit with ssh signature
Browse files Browse the repository at this point in the history
  • Loading branch information
k-hal committed Sep 10, 2022
1 parent cd45d68 commit fd2ba27
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .config/git/config
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[user]
email = koichi.h+github@gmail.com
name = Koichi HARUNA
signingKey = ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMXpM60ztW9WN7KYL7fnCA5mCNolkWh4Bq5CRcmoRG/E

[push]
default = simple
Expand Down Expand Up @@ -28,3 +29,7 @@
[ghq]
root = ~/go/src/
root = ~/ghq/
[gpg]
format = ssh
[commit]
gpgsign = true

0 comments on commit fd2ba27

Please sign in to comment.