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 -> main #2869

Closed
ivirshup opened this issue Feb 20, 2024 · 4 comments
Closed

Rename master -> main #2869

ivirshup opened this issue Feb 20, 2024 · 4 comments

Comments

@ivirshup
Copy link
Member

What kind of feature would you like to request?

Other?

Please describe your wishes

Once we branch for the 1.10 release series we should do the branch renaming.

Some docs about this:

@flying-sheep
Copy link
Member

why wait? is there anything blocking doing that right now?

@ivirshup
Copy link
Member Author

It requires all open PRs to do something, and we are going to have to wait for at least one round of CI after we do this.

@flying-sheep
Copy link
Member

flying-sheep commented Feb 20, 2024

no it doesn’t, they get automatically switched. The CI think is true though.

@ivirshup
Copy link
Member Author

ivirshup commented Feb 23, 2024

Done, but people with existing clones will need to run:

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

I'm going to pin this for a bit to make it more visible

@ivirshup ivirshup pinned this issue Feb 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants