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 master branch references to main #280

Merged
merged 3 commits into from Sep 27, 2022
Merged

rename master branch references to main #280

merged 3 commits into from Sep 27, 2022

Conversation

paulirish
Copy link
Member

@paulirish paulirish commented Sep 27, 2022

I already made the branch name change here, as of 5 minutes ago. If you have a local git checkout of this repo... run the following before your next pull:

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

of the changes:

Copy link
Member

@brendankenny brendankenny left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@paulirish paulirish merged commit 346b3c2 into main Sep 27, 2022
@paulirish paulirish deleted the cl-master-to-main branch September 27, 2022 22:01
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.

None yet

2 participants