GoPiGo Github main branch

On Github, the GoPiGo master branch has been renamed to main.
If you have a clone already, you will need to run these commands:

git branch -m master main
git fetch origin
git branch -u origin/main main
git remote set-head origin -a

Sorry for the hassle, and yes, this breaks current scripts. Updates are coming soon.