Skip to content

Change branch name to mainΒ #13985

@cdce8p

Description

@cdce8p

Typeshed just changed the name of the default branch from master to main python/typeshed#8956.
With the upcoming 1.0 release (#13685), I think it could make sense to do that for mypy, too.

Github does make it quite easy so we would likely only need to update a few references.
Besides that contributors would need to run these commands to update their local copy

git branch -m master main
git fetch origin
git branch -u origin/main main
git remote set-head origin -a

Metadata

Metadata

Assignees

No one assigned

    Labels

    topic-developerIssues relevant to mypy developers

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions