Renamed default branch from "master" to "main" #813
simonzhexu
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have renamed our default branch, if you have a local clone, please do:
git branch -m master main
git fetch origin
git branch -u origin/main main
git remote set-head origin -a
Reasoning: https://github.com/github/renaming/
Beta Was this translation helpful? Give feedback.
All reactions