Renaming the default branch in the Verifiable Credentials WG repositories

Hi everybody,

I have changed the default branch names for the github repositories of the Verifiable Credentials Working Group (wg home page, use cases, vc data model). 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 Friday, 5 February 2021 10:21:08 UTC