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
@lewisjared@maritsandstad@chrisroadmap I've just renamed master to main, you'll need to run these commands locally to get your local repository back in order
git branch -m master main
git fetch origin
git branch -u origin/main main
git remote set-head origin -a
git remote prune origin
The text was updated successfully, but these errors were encountered:
@lewisjared @maritsandstad @chrisroadmap I've just renamed master to main, you'll need to run these commands locally to get your local repository back in order
The text was updated successfully, but these errors were encountered: