Move `master` branch to `main`
Closed this issue · 1 comments
The master
branch of this repository will soon be renamed to main
, as part of a coordinated change across several GitHub organizations (including, but not limited to: tidyverse, r-lib, tidymodels, and sol-eng). We anticipate this will happen by the end of September 2021.
That will be preceded by a release of the usethis package, which will gain some functionality around detecting and adapting to a renamed default branch. There will also be a blog post at the time of this master
--> main
change.
The purpose of this issue is to:
- Help us firm up the list of targetted repositories
- Make sure all maintainers are aware of what's coming
- Give us an issue to close when the job is done
- Give us a place to put advice for collaborators re: how to adapt
message id: entire_lizard
We're ready to rename master
to main
here (and elsewhere)!
This blog post announces the larger effort and explains how contributors can update their local environments:
Here's the TL;DR:
- Update usethis (you want usethis v2.1.2 or higher):
install.packages("usethis")
- Someone with
admin
permissions on this repo needs to do the renaming,
as I do not have the power:If you wish, you can read the documentation forusethis::git_default_branch_rename()
git_default_branch_rename()
.
Or do the equivalent from the command line and in the browser (see the blog post). - All remaining contributors can adjust to the renamed default branch with:
If you wish, you can read the documentation for
usethis::git_default_branch_rediscover()
git_default_branch_rediscover()
.
Or do the command line equivalent (see the blog post).
message id: amused_halibut