You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
usethis::git_default_branch_rename()
If you wish, you can read the documentation for 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:
usethis::git_default_branch_rediscover()
If you wish, you can read the documentation for git_default_branch_rediscover().
Or do the command line equivalent (see the blog post).
The text was updated successfully, but these errors were encountered:
Taken from rstudio/shiny#3502 (comment)
We're ready to rename
master
tomain
here (and elsewhere)!This blog post announces the larger effort and explains how contributors can update their local environments:
Renaming the default branch
Here's the TL;DR:
install.packages("usethis")
admin
permissions on this repo needs to do the renaming,as I do not have the power:
git_default_branch_rename()
.Or do the equivalent from the command line and in the browser (see the blog post).
git_default_branch_rediscover()
.Or do the command line equivalent (see the blog post).
The text was updated successfully, but these errors were encountered: