linkedin / Spyglass

A library for mentions on Android
Apache License 2.0
387 stars 128 forks source link

Rename "master" to "main" #117

Closed drewhannay closed 3 years ago

drewhannay commented 3 years ago

After this is approved, I will rename the master branch in the GitHub repository settings and then merge this PR at the same time so that the Actions all keep working. Anyone with a local checkout will need to run:

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

GitHub will also prompt you to run this the first time you visit the repo page after the rename.