gpg signed commits
All checks were successful
Build iso when a new version is pushed / test (push) Successful in 2m18s

This commit is contained in:
2025-10-11 00:02:54 +02:00
parent df25ce0495
commit 93fd2215da

View File

@ -19,6 +19,8 @@
push.autoSetupRemote = true; push.autoSetupRemote = true;
rerere.enabled = true; rerere.enabled = true;
help.autocorrect = 1; help.autocorrect = 1;
user.signingkey = "251B4BD73683A8DF13D760A868BFAFE31DF313AD";
commit.gpgsign = true;
}; };
aliases = { aliases = {
fuck = "!f() { git reset --hard \"@{upstream}\" && git restore . && git clean -f .; };f"; fuck = "!f() { git reset --hard \"@{upstream}\" && git restore . && git clean -f .; };f";