Closed nzakas closed 3 years ago
Completed using GitHub's branch rename tool
seems some repos are still using master. e.g. eslint/eslint, eslint/website
Yes, we are slowly working our way through. Both of those repos have a lot of functionality that needs to be reviewed and changed, so we are starting with the easy repos first.
so should keep it opened - to make sure we don't lost track of this?
git fetch && git reset --hard origin/master
main
branch:git checkout -b main && git push origin main
main
main
branchmaster
git push origin :master
git branch -d master