All of the SP repositories have been migrated now, s/master/main is the only change. Getting back in sync just takes this: git fetch --prune origin git checkout main git remote set-head origin -a git branch -d master -- Scott