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;
|
enable = true;
|
||||||
userName = "Filippo Berto";
|
userName = "Filippo Berto";
|
||||||
userEmail = "berto.f@protonmail.com";
|
userEmail = "berto.f@protonmail.com";
|
||||||
signing = {
|
# signing = {
|
||||||
key = "berto.f@protonmail.com";
|
# key = "berto.f@protonmail.com";
|
||||||
signByDefault = true;
|
# signByDefault = true;
|
||||||
};
|
# };
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
|
commit.gpgSign = true;
|
||||||
core.editor = kak;
|
core.editor = kak;
|
||||||
credential.helper = "cache --timeout = 3600 ";
|
credential.helper = "cache --timeout = 3600 ";
|
||||||
diff.guitool = meld;
|
diff.guitool = meld;
|
||||||
|
init.defaultBranch = "main";
|
||||||
merge.guitool = meld;
|
merge.guitool = meld;
|
||||||
pull.rebase = true;
|
pull.rebase = true;
|
||||||
rebase.autoStash = true;
|
rebase.autoStash = true;
|
||||||
init.defaultBranch = "main";
|
user.signingKey = "berto.f@protonmail.com";
|
||||||
};
|
};
|
||||||
lfs.enable = true;
|
lfs.enable = true;
|
||||||
delta.enable = true;
|
delta.enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue