Skip to content

Default branch changed from master to main #1359

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions