Rename `master` to `main`
LegNeato opened this issue · 1 comments
LegNeato commented
Most projects use main these days, it is slightly annoying to remember this one is master. Before the project hits its stride, let's change it.
LegNeato commented
If you have a local copy, you can do:
git branch -m master main
git fetch origin
git branch -u origin/main main
git remote set-head origin -a