w3c / window-management

Window Management API
https://www.w3.org/TR/window-management/
Other
96 stars 25 forks source link

Rename default branch to 'main' #56

Closed inexorabletash closed 3 years ago

inexorabletash commented 3 years ago

As part of adopting neutral language in W3C specifications, the default branch for this repo should get renamed to 'main'

anssiko commented 3 years ago

Done per https://github.com/github/renaming#renaming-existing-branches

Let me know if something broke. You may want to s/master/main in .mds but meanwhile redirects should work.

To update your local environments:

git branch -m master main
git fetch origin
git branch -u origin/main main
anssiko commented 3 years ago

(Note-to-self: next time when renaming, disable and then re-enable GitHub Pages after the rename. Otherwise, GitHub Pages will give 404.)