Fix git config text case

This commit is contained in:
Filippo Berto 2021-11-01 10:07:25 +01:00
parent 77c516cec2
commit d9f010edff

View file

@ -92,18 +92,20 @@ in
enable = true;
userName = "Filippo Berto";
userEmail = "berto.f@protonmail.com";
signing = {
key = "berto.f@protonmail.com";
signByDefault = true;
};
# signing = {
# key = "berto.f@protonmail.com";
# signByDefault = true;
# };
extraConfig = {
commit.gpgSign = true;
core.editor = kak;
credential.helper = "cache --timeout = 3600 ";
diff.guitool = meld;
init.defaultBranch = "main";
merge.guitool = meld;
pull.rebase = true;
rebase.autoStash = true;
init.defaultBranch = "main";
user.signingKey = "berto.f@protonmail.com";
};
lfs.enable = true;
delta.enable = true;