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

Default branch changed from master to main #74

Closed
bradlitterell opened this issue Jun 17, 2022 · 0 comments
Closed

Default branch changed from master to main #74

bradlitterell opened this issue Jun 17, 2022 · 0 comments

Comments

@bradlitterell
Copy link
Contributor

Consistent with community expecations and github guidance, the default branch of microsoft/ms-tpm-20-ref has been changed from master to main. This will not update a user's local environment. The following commands can be used to update your local environment to match:

git branch -m master main
git fetch origin
git branch -u origin/main main
git remote set-head origin -a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant