MNT: Rename default branch from master to main
Closed this issue · 1 comments
pllim commented
Please rename your default branch from master
to main
as part of astropy/astropy-project#151 , preferably by 2021-03-22. Also a friendly reminder to check documentation, workflows, etc., and update them accordingly. Please don't forget to communicate this change to your users and stakeholders. To summarize:
- Rename branch from
master
tomain
, preferably by 2021-03-22. - Update documentation, workflows, etc., accordingly. -- See #40
- Communicate this change to your users and stakeholders.
Once this is taken care of, you may close this issue.
This is an automated issue. If this is opened in error, please let @pllim know!
hamogu commented
For reference:
Users with locally checked out copies will have to run the following to update the name in their local copies:
git branch -m master main
git fetch origin
git branch -u origin/main main