Skip to content

Switching local checkout to 'main'

Mario Manno edited this page Oct 19, 2021 · 2 revisions
git branch -m master main
git fetch origin
git branch -u origin/main main
git remote set-head origin -a