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 #384

Merged

Conversation

willow-ahrens
Copy link
Collaborator

@willow-ahrens willow-ahrens commented Dec 23, 2024

Note: This will not update the default branch in your local copies or forks. After updating the default branch in your fork repository settings, you can update your local repositories by running these commands:

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

@willow-ahrens willow-ahrens merged commit fca21ce into JuliaCI:main Dec 23, 2024
9 checks passed
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

Successfully merging this pull request may close these issues.

2 participants