git: disable gpg signed commits
This commit is contained in:
parent
0dcc8811bb
commit
4e8a3bd000
1 changed files with 0 additions and 2 deletions
|
@ -16,7 +16,6 @@ in
|
||||||
user = {
|
user = {
|
||||||
name = username;
|
name = username;
|
||||||
email = mail.personal.user;
|
email = mail.personal.user;
|
||||||
signingkey = "2F8F21CE8721456B";
|
|
||||||
};
|
};
|
||||||
init.defaultBranch = "main";
|
init.defaultBranch = "main";
|
||||||
core = {
|
core = {
|
||||||
|
@ -25,7 +24,6 @@ in
|
||||||
};
|
};
|
||||||
commit = {
|
commit = {
|
||||||
verbose = true;
|
verbose = true;
|
||||||
gpgsign = true;
|
|
||||||
};
|
};
|
||||||
fetch = {
|
fetch = {
|
||||||
prune = true;
|
prune = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue