Renaming the default branch in the Audiobooks repositories

Hi everybody,

I have changed the default branch names for the github repositories of the Audiobooks (formerly Publishing) Working Group (manifest, test, lpf, audiobooks, etc.). It used to be 'master', and has now been changed for 'main'.

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

to get everything in sync.

Thanks

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 15:42:51 UTC