set git default branch

This commit is contained in:
cy 2024-12-29 20:32:53 -05:00
parent e7b7137711
commit b2ff6b3ed1
3 changed files with 7 additions and 2 deletions

View file

@ -30,5 +30,10 @@
userName = "cy";
userEmail = "hi@cything.io";
delta.enable = true;
extraConfig = {
init = {
"defaultBranch" = "main";
};
};
};
}