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

The default branch has been renamed! #1273

Closed
1 task done
ghostwriter opened this issue Jun 6, 2023 · 0 comments
Closed
1 task done

The default branch has been renamed! #1273

ghostwriter opened this issue Jun 6, 2023 · 0 comments
Assignees
Labels
Announcement news or information
Milestone

Comments

@ghostwriter
Copy link
Member

ghostwriter commented Jun 6, 2023

Hey,

The master branch is now named main.

If you have a local clone, you can update it by running the following commands.

git branch -m master main
git fetch origin
git branch -u origin/main main
git remote set-head origin -a

Related:

Thanks for reading.

@ghostwriter ghostwriter added the Announcement news or information label Jun 6, 2023
@ghostwriter ghostwriter added this to the 1.6.0 milestone Jun 6, 2023
@ghostwriter ghostwriter self-assigned this Jun 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Announcement news or information
Projects
None yet
Development

No branches or pull requests

1 participant