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

Rename master branch to main #507

Closed
KnicKnic opened this issue Jan 16, 2021 · 1 comment
Closed

Rename master branch to main #507

KnicKnic opened this issue Jan 16, 2021 · 1 comment

Comments

@KnicKnic
Copy link
Contributor

Rename master branch to main.
Creating this issue to help notify people that may be taking a dependency on the default branch being named master. Or may be using submodules to reference the master branch.

@KnicKnic
Copy link
Contributor Author

This has been completed

# to update your local environment
git branch -m master main
git fetch origin
git branch -u origin/main main

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

1 participant