Attention people who have cloned aria-practices repo -- the master branch is renamed to main

The name of the default branch in the w3c/aria-practices repository has now
been changed from "master" to "main".

 

If you have a local clone of the repository, you need to perform the
following three commands to rename your local master branch and tell git to
use the new branch on the server as the upstream tracking branch:

 

git branch -m master main

 

git fetch origin

 

git branch -u origin/main main

 

If you have any problems immediately after the rename, please comment on in
issue 1421 or raise a new issue.

 

Related PR 1779:

https://github.com/w3c/aria-practices/pull/1779

 

Issue 1421:

https://github.com/w3c/aria-practices/issues/1421

 

Bes,

Matt

Received on Wednesday, 3 March 2021 18:18:55 UTC