[git] Properly set init.defaultBranch

This commit is contained in:
2026-05-11 16:08:59 -07:00
parent d91ef1c934
commit 198726894b

View File

@@ -12,6 +12,9 @@
"c" = "commit -am";
"l" = "log --oneline";
};
init = {
defaultBranch = "main";
};
extraConfig = {
pull = {
rebase = true;
@@ -19,9 +22,6 @@
log = {
date = "iso";
};
init = {
defaultBranch = "main";
};
};
# Enable the delta diff pager.
delta.enable = true;