Switch the default branch from develop to main by xerial · Pull Request #755 · msgpack/msgpack-java
Navigation Menu
{{ message }}
msgpack / msgpack-java Public
- Notifications You must be signed in to change notification settings
- Fork 325
Merged
Switch the default branch from develop to main#755
Switch the default branch from develop to main#755
Conversation
Copy link Copy Markdown
Member
FYI: @komamitsu
git branch -m develop main
git fetch origin
git branch -u origin/main main
git remote set-head origin -a
github-actions
bot
added
the
doc
label
xerial
added
internal
and removed
doc
labels
xerial
merged commit
1e0eaff
into
main
xerial
deleted the
master-to-main
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment