We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
main
Following other repos example, shall we rename default branch to main?
cluster-api just made this change, and some provider repos following example (cluster-api-provider-packet most recently).
cluster-api
Instructions: https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/renaming-a-branch
The text was updated successfully, but these errors were encountered:
this has been completed. please see "CAPI kubemark provider default branch rename" thread in kubernetes-sig-cluster-lifecycle@googlegroups.com
as per email, please run these commands on your remote:
git branch -m master main git fetch origin git branch -u origin/main main git remote set-head origin -a
also, consider updating your fork’s default remote branch name such that if you have git auto-completion enabled, typing ma will autocomplete to main.
Sorry, something went wrong.
No branches or pull requests
Following other repos example, shall we rename default branch to
main
?cluster-api
just made this change, and some provider repos following example (cluster-api-provider-packet most recently).Instructions: https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/renaming-a-branch
The text was updated successfully, but these errors were encountered: