Git branch master -> main

Hi folks,

W3C wide, we are switching any GitHub branches called master to main. 
(This is also the GitHub default for new repos).

This would affect anyone who has PFE-analysis checked out (especially if 
you have pending edits). To update your local copy:

(check in any edits)

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

(all set)

-- 
Chris Lilley
@svgeesus
Technical Director @ W3C
W3C Strategy Team, Core Web Design
W3C Architecture & Technology Team, Core Web & Media

Received on Thursday, 4 February 2021 00:00:20 UTC