-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Default branch changed from master to main #1359
Copy link
Copy link
Open
Description
The default branch for this repo has changed from master to main.
Any new PRs should be against main.
To update your local branches, run the following commands:
create a new main branch based off of master
git checkout -b main master
push that new branch up and update it's tracking branch
git push -u origin main
remove old branch
git branch -d master
Finally, to update your fork you can change the default branch to main at https://github.com//try/settings/branches and delete the old master branch via git push origin :master
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels