Main branch renamed in wcag repository

The name of the main branch in the wcag GitHub repository has been 
changed to "main". Most things will automagically update. If you have a 
clone of the repository, you should run the following commands to update 
your clone:

git branch -m master main
git fetch origin
git branch -u origin/main main

Michael

Received on Friday, 5 March 2021 20:43:00 UTC