Thanks, Karsten! Can confirm that the steps below worked for
me.
BB
> > If you have a clone of one of our repos[1] you need to do the following
> > steps, as described in the docs above.
>
> > cd /path/to/local/clone
> > git branch -m master main
> > git fetch origin
> > git branch -u origin/main main
> > git remote set-head origin -a