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 Master branch has been renamed Main. It should be relatively transparent but for any contributor with a local setup, here are the commands to update from master to main locally:
git branch -m master main
git fetch origin
git branch -u origin/main main
git remote set-head origin -a