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 to main #151

Closed
3 tasks done
chalin opened this issue Nov 11, 2021 · 4 comments
Closed
3 tasks done

Rename master branch to main #151

chalin opened this issue Nov 11, 2021 · 4 comments

Comments

@chalin
Copy link
Collaborator

chalin commented Nov 11, 2021

Related: google/docsy#765


GitHub's advice

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

Adapt these instructions, depending on the name of your remote, etc.

@LisaFC
Copy link
Collaborator

LisaFC commented Apr 4, 2022

Given that we've updated the main Docsy site, we should probably do this one as well ASAP. @chalin did you make the update on Docsy and will it be simple enough to do it again here?

@chalin
Copy link
Collaborator Author

chalin commented Apr 4, 2022

I'd be glad to do it here. Do you want this done before or after Hugo-module support lands?

@LisaFC
Copy link
Collaborator

LisaFC commented Apr 4, 2022

Maybe let's merge the module support and then we can do it in a separate PR as we'll need to update the config.toml in the modules PR.

@chalin
Copy link
Collaborator Author

chalin commented Jun 9, 2023

Done!

@chalin chalin closed this as completed Jun 9, 2023
@chalin chalin mentioned this issue Jun 9, 2023
5 tasks
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

2 participants