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 default branch to "main" #1037

Closed
2 tasks done
sbueringer opened this issue Aug 15, 2024 · 1 comment
Closed
2 tasks done

Rename default branch to "main" #1037

sbueringer opened this issue Aug 15, 2024 · 1 comment

Comments

@sbueringer
Copy link
Member

sbueringer commented Aug 15, 2024

Hey folks,
we're going to rename the default branch from master to main (for consistency with other project like e.g. controller-runtime)

PRs:

@sbueringer
Copy link
Member Author

Branch has been renamed. You can run these commands to adapt locally

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

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