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
Other
As mentioned in #2717, we plan to switch the default branch to main to avoid confusion.
main
Progress:
develop
We need to update our local environment manually.
git branch -m develop main git fetch origin git branch -u origin/main main git remote set-head origin -a
If the main branch already exists, you could remove it first
git branch -D main
For a forked repo, you could rename your default branch to main
No response
The text was updated successfully, but these errors were encountered:
We should still use the develop.yml for the CI badge. It is not a branch name.
develop.yml
Sorry, something went wrong.
No branches or pull requests
What type of enhancement is this?
Other
What does the enhancement do?
As mentioned in #2717, we plan to switch the default branch to
main
to avoid confusion.Progress:
main
main
develop
develop
develop
branch after [TBD]Updates Local Environment
We need to update our local environment manually.
If the
main
branch already exists, you could remove it firstFor a forked repo, you could rename your default branch to main
Implementation challenges
No response
The text was updated successfully, but these errors were encountered: