The spec repository default branch has been renamed

Dear all,

the spec repository for EPUB

https://github.com/w3c/epub-specs

has been changed insofar as the default branch is now 'main' as opposed to 'master'. If you have a local clone on your machine, you should perform the following terminal commands in the repository:

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

Cheers

Ivan

----
Ivan Herman, W3C 
Home: http://www.w3.org/People/Ivan/
mobile: +33 6 52 46 00 43
ORCID ID: https://orcid.org/0000-0003-0782-2704

Received on Thursday, 4 February 2021 05:58:16 UTC