setup default branch name

This commit is contained in:
TheWanderingCrow 2025-02-12 11:31:09 -05:00
parent 37942639ee
commit b81936bc34

View file

@ -3,5 +3,10 @@
enable = true;
userName = "TheWanderingCrow";
userEmail = "contact@wanderingcrow.net";
extraConfig = {
init = {
defaultBranch = "main";
};
};
};
}