Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename master branch to main #2137

Closed
steven-sheehy opened this issue Jun 17, 2021 · 0 comments · Fixed by #2158
Closed

Rename master branch to main #2137

steven-sheehy opened this issue Jun 17, 2021 · 0 comments · Fixed by #2158
Assignees
Labels
enhancement Type: New feature P1 process Build or test related tasks
Milestone

Comments

@steven-sheehy
Copy link
Member

Problem
In honor of Juneteenth, we want to rename our master branch to main as much of the industry already has.

Solution

  • Change any references to master in the codebase to main
  • Rename master branch to main in Github settings
  • Adjust local git settings
git branch -m master main
git fetch origin
git branch -u origin/main main

Alternatives

Additional Context

@steven-sheehy steven-sheehy added enhancement Type: New feature P1 process Build or test related tasks labels Jun 17, 2021
@steven-sheehy steven-sheehy added this to the Mirror 0.37.0 milestone Jun 17, 2021
@steven-sheehy steven-sheehy self-assigned this Jun 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Type: New feature P1 process Build or test related tasks
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant