github signing turned off

This commit is contained in:
Olaf
2025-05-07 20:54:55 +02:00
parent 4c8e0f58d5
commit b20900216e
2 changed files with 454 additions and 1 deletions

View File

@ -86,7 +86,7 @@ in
editor = "vim";
autocrlf = "input";
};
commit.gpgsign = true;
commit.gpgsign = false;
pull.rebase = true;
rebase.autoStash = true;
};