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 #74

Closed
stu-h opened this issue Sep 1, 2021 · 1 comment
Closed

Rename master branch to main #74

stu-h opened this issue Sep 1, 2021 · 1 comment
Assignees

Comments

@stu-h
Copy link
Collaborator

stu-h commented Sep 1, 2021

I'll be renaming the "master" branch to be called "main".

@stu-h stu-h self-assigned this Sep 1, 2021
@stu-h
Copy link
Collaborator Author

stu-h commented Sep 1, 2021

You will have to manually update your local environment to reflect the change in branch name.

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

@ukncsc ukncsc locked as resolved and limited conversation to collaborators Sep 1, 2021
@stu-h stu-h pinned this issue Sep 1, 2021
@stu-h stu-h closed this as completed Apr 25, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant