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

Update default branch to main #273

Closed
seanmakesgames opened this issue Feb 1, 2023 · 3 comments
Closed

Update default branch to main #273

seanmakesgames opened this issue Feb 1, 2023 · 3 comments

Comments

@seanmakesgames
Copy link
Contributor

Update to the current github standard.

@lloeki
Copy link
Collaborator

lloeki commented Feb 1, 2023

Related to rubyjs/libv8-node#47

@tisba
Copy link
Collaborator

tisba commented May 30, 2023

Looks like @SamSaffron already did the work 🥳

Since I had to look it up, here is how I changed the default branch locally:

git fetch
git checkout main
git symbolic-ref refs/remotes/origin/HEAD refs/remotes/origin/main
git branch -d master

@tisba tisba closed this as completed May 30, 2023
@seanmakesgames
Copy link
Contributor Author

yay! looks great. :D

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

3 participants