Renamed main branch from 'main' to 'master' #26
Pinned
markjfine
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If you have a local clone, you will need to run:
git branch -m main master
git fetch origin
git branch -u origin/master master
git remote set-head origin -a
Beta Was this translation helpful? Give feedback.
All reactions