Set default git branch

This commit is contained in:
Greg Hellings
2022-10-12 20:43:04 -05:00
parent 52a87a2541
commit 73465679ee
+1
View File
@@ -18,6 +18,7 @@
".tox" # Tox temp directory
];
extraConfig = {
init.defaultBranch = "main";
push.default = "upstream";
pull.rebase = "false";
};