This commit is contained in:
Trolli Schmittlauch 2025-02-10 00:36:23 +01:00
parent 095e882e50
commit aac613ee27

View file

@ -44,7 +44,7 @@
extraConfig = {
credential.helper = "cache";
push.default = "simple";
push.forceIfIncludes = true; # avoid accidental force overrides when remote is autofetched in background
push.forceIfIncludes = true; # avoid accidental force overrides when remote is autofetched in background
init.defaultBranch = "mainline";
diff.tool = "vimdiff";
merge.tool = "vimdiff";
@ -81,7 +81,11 @@
settings = {
git = {
autoFetch = false;
mainBranches = ["main" "master" "mainline"];
mainBranches = [
"main"
"master"
"mainline"
];
};
update.method = "never";
};