You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The default branch name has been renamed to main (previously master). If you have local clone, it is recommended to update it by running the following commands:
git branch -m master main
git fetch origin
git branch -u origin/main main
git remote set-head origin -a
The text was updated successfully, but these errors were encountered:
The default branch name has been renamed to
main
(previouslymaster
). If you have local clone, it is recommended to update it by running the following commands:The text was updated successfully, but these errors were encountered: