git config changes

This commit is contained in:
2025-09-09 14:25:10 +02:00
4 changed files with 3 additions and 2 deletions

View File

@@ -54,6 +54,7 @@
extraConfig = {
core.excludesfile = "~/.gitignore_global";
init.defaultBranch = "master";
pull.rebase = false;
};
};