Disable git signing
This commit is contained in:
parent
8c0230acc3
commit
80cf7061ae
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
|||
|
||||
extraConfig = {
|
||||
# Sign all commits using ssh key
|
||||
commit.gpgsign = true;
|
||||
commit.gpgsign = false;
|
||||
gpg.format = "ssh";
|
||||
gpg.ssh.allowedSignersFile = "~/.ssh/allowed_signers";
|
||||
user.signingkey = "~/.ssh/git.pub";
|
||||
|
|
Loading…
Reference in a new issue