Fix git init defaults to branch name "master" (now: "main")

This commit is contained in:
Emile Clark-Boman 2025-07-07 22:39:26 +10:00
parent ee70819b3f
commit dab56acd19

View file

@ -9,6 +9,18 @@
color.ui = true;
core.editor = "hx";
github.user = "emileclarkb";
init = {
defaultBranch = "main";
};
url = {
"https://github.com/" = {
insteadOf = [
"gh:"
"github:"
];
};
};
};
userName = "Emile Clark-Boman";