ackama / lighthouse-matchers

Provides RSpec matchers for executing and evaluating Google Chrome Lighthouse audit scores
MIT License
14 stars 1 forks source link

Rename default branch to `main` #24

Closed G-Rath closed 2 years ago

G-Rath commented 3 years ago

We should do it just so it's done. GitHub makes it pretty easy

joshmcarthur commented 2 years ago

Done:

The default branch has been renamed! master is now named main

If you have a local clone, you can update it by running the following commands.

git branch -m master main
git fetch origin
git branch -u origin/main main
git remote set-head origin -a