GIT helps for when I've forgotten various commands
# This is for the local instance of the repo
git branch -m master main
git fetch origin
git branch -u origin/main main
git remote set-head origin -a- Remember to change the name of the branch on the remote instance
- Change the name of the
productionbranch tomainon something like Netlify (if that's what you're using)