by Ken Task.
Moodle is moving origin from 'master' to 'main'.
a git branch -a
Should show at the top as main not master.
To rename your local branch:
git branch -m master main
should reset that to main.
'SoS', Ken