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

Renamed default branch to main #726

Closed
blink1073 opened this issue Dec 13, 2021 · 3 comments
Closed

Renamed default branch to main #726

blink1073 opened this issue Dec 13, 2021 · 3 comments

Comments

@blink1073
Copy link
Contributor

Anyone who has the repository already cloned will likely need to update it. These are the commands Github suggests:

git branch -m master main
git fetch origin
git branch -u origin/main main
git remote set-head origin -a
@blink1073 blink1073 pinned this issue Dec 13, 2021
@davidbrochart
Copy link
Member

Should "master" be replaced with "main"?

@blink1073
Copy link
Contributor Author

Good catch, yes

@vidartf
Copy link
Contributor

vidartf commented May 19, 2022

Probably ok to close now?

@blink1073 blink1073 unpinned this issue Oct 1, 2022
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

3 participants