fix: set default branch name in git to main

This commit is contained in:
2024-12-06 14:38:20 +05:00
parent d0a5bfab9f
commit 7e8004ebdd

View File

@@ -23,6 +23,9 @@
pull = { pull = {
rebase = true; rebase = true;
}; };
init = {
defaultBranch = "main";
};
}; };
}; };
} }