Rename master branch to main
macropin opened this issue · 2 comments
macropin commented
joshblum commented
@macropin sgtm! There are a few docs with the branch name hardcoded that would have to be updated but no meaty issues come to mind
macropin commented
The change has been made. Please update your local repos:
git branch -m master main
git fetch origin
git branch -u origin/main main
git remote set-head origin -a