The Wayback Machine - https://web.archive.org/web/20211008230704/https://github.com/RustPython/RustPython/issues/2829
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

[RFC] Switch default branch from master to main #2829

Closed
youknowone opened this issue Aug 10, 2021 · 4 comments
Closed

[RFC] Switch default branch from master to main #2829

youknowone opened this issue Aug 10, 2021 · 4 comments
Labels

Comments

@youknowone
Copy link
Member

@youknowone youknowone commented Aug 10, 2021

Summary

Let's set main as the default branch

Detailed Explanation

Long in short, this is how others do. And we don't have any reason not do to that.

Drawbacks, Rationale, and Alternatives

Unresolved Questions

@youknowone youknowone added the RFC label Aug 10, 2021
@DimitrisJim
Copy link
Member

@DimitrisJim DimitrisJim commented Aug 10, 2021

Since master is insulting to some I see no reason why not. Just a few commands on our part is a miniscule price to pay for being more welcoming.

@sobolevn
Copy link
Contributor

@sobolevn sobolevn commented Aug 13, 2021

@coolreader18
Copy link
Member

@coolreader18 coolreader18 commented Aug 21, 2021

I'm also in favor of this change. It's not too hard to switch, should I just do it?

@coolreader18
Copy link
Member

@coolreader18 coolreader18 commented Aug 22, 2021

Ok, renamed master to main! Run git branch -m master main && git fetch origin && git branch -u origin/main main to update in your local repo!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
4 participants