You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
rbhanda
changed the title
Default branch changed from master to main
Default branch changed from master to mainSep 19, 2022
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 ofmaster
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
The text was updated successfully, but these errors were encountered: