Renaming master branch to main #1698
dopplershift
announced in
Announcements
Replies: 1 comment
-
|
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Now that GitHub supports renaming existing branches, we're planning on renaming the main development branch on GitHub from
mastertomain. This follows a general trend in projects moving away from usingmasteras the default branch because the term is considered hurtful to some people.With GitHub's improved support, existing Pull Requests will not require any modifications. The only action required by users who use or contribute code on MetPy's development branch is that:
mainrather thanmasterso that e.g.git pullwill continue to get the latest changes. GitHub's documentation indicates thatgitrequests to the renamed branch should trigger a message.main; it is likely that this should work by default and not require any manual intervention.This rename is planned to take place some time on 16 February 2021.
Beta Was this translation helpful? Give feedback.
All reactions