feat: sign commits with git and the predefined signing key
This commit is contained in:
parent
24f336d9b5
commit
17df1f78b0
1 changed files with 5 additions and 0 deletions
|
|
@ -7,6 +7,11 @@
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
push.autoSetupRemote = true;
|
push.autoSetupRemote = true;
|
||||||
init.defaultBranch = "main";
|
init.defaultBranch = "main";
|
||||||
|
|
||||||
|
# Sign all commits using ssh key
|
||||||
|
commit.gpgsign = true;
|
||||||
|
gpg.format = "ssh";
|
||||||
|
user.signingkey = "/home/rhea/.ssh/etwas_sign_key";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue