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

Migrate from master -> main #19

Closed
stufield opened this issue May 3, 2022 · 1 comment
Closed

Migrate from master -> main #19

stufield opened this issue May 3, 2022 · 1 comment

Comments

@stufield
Copy link
Contributor

stufield commented May 3, 2022

migrate over to the base branch being the main branch and away from master

@stufield
Copy link
Contributor Author

stufield commented Aug 4, 2022

Users/cloners will have to update their local repository to accommodate this change locally:

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

Alternatively, nuke the local repository and re-clone the repository. Depending on the number of local branches/forks you have, this may be the simplest option.

@stufield stufield pinned this issue Aug 5, 2022
@stufield stufield unpinned this issue Feb 13, 2024
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

1 participant