googlefonts / Arimo

Apache License 2.0
7 stars 6 forks source link

Renaming "master" to "main" according to Google's Respectful Language policy #26

Closed felipesanches closed 3 years ago

felipesanches commented 3 years ago

The default branch in this repo is now called main. All open pull requests were automatically updated accordingly and github.com gives us this advice:

Your members will have to manually update their local environments. We'll let them know when they visit the repository, or you can share these commands:

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