Fix git config text case
This commit is contained in:
parent
77c516cec2
commit
d9f010edff
1 changed files with 7 additions and 5 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue