Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Default branch renamed: master is now main #36

Closed
andygrunwald opened this issue Oct 17, 2022 · 1 comment
Closed

Default branch renamed: master is now main #36

andygrunwald opened this issue Oct 17, 2022 · 1 comment

Comments

@andygrunwald
Copy link
Owner

I renamed the default branch master to main

Why?

To follow the (defacto) industry standard.
Read more here: https://github.com/github/renaming

What to do if you have a local copy?

Execute

git branch -m master main
git fetch origin
git branch -u origin/main main
git remote set-head origin -a
@andygrunwald andygrunwald pinned this issue Oct 17, 2022
@0xAozora
Copy link

0xAozora commented Jan 2, 2023

gay

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants