Renaming the default branch
See original GitHub issueThere’s lots of good reasons to move away from master
as the name for the default branch of this project. This GH issue is for figuring out the logistical parts of making this change here.
If you’re interested in arguing that we don’t make this change, I request that you please file a separate issue.
Issue Analytics
- State:
- Created 3 years ago
- Comments:9 (9 by maintainers)
Top Results From Across the Web
Renaming the default branch - Tidyverse
If you don't want to use usethis, you can rename the default branch from a web browser. On GitHub, in your repo, go...
Read more >Renaming the default branch from master - GitHub
New repositories use main as the default branch name. The default branch name for new repositories created on GitHub is now main ....
Read more >Easily rename your Git default branch from master to main
Go to the master branch; Rename master to main locally; Get the latest commits from the server; Remove the link to origin/master ...
Read more >How to rename the "master" branch to "main" in Git
In case you are using the Tower Git client, you can rename branches very easily: After creating the new "main" branch on the...
Read more >Why GitHub renamed its master branch to main | TechTarget
GitHub renamed the master branch to main for any Git repository, as it addresses cultural change like so many organizations that have nixed ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
GitHub is investing in tooling to make the transition easier, and it might likely a good idea to wait for that. From https://github.com/github/renaming/:
Upstream issue: https://github.com/readthedocs/readthedocs.org/issues/7907