change default git init branch name to 'main'

This commit is contained in:
Michael Thomas 2022-06-14 17:12:28 -04:00
parent 9b8d1b23d1
commit d5d45ad6ae

View File

@ -12,6 +12,7 @@
extraConfig = {
credential.helper = "store";
pull.rebase = "false";
init.defaultBranch = "main";
};
};
}