bcgov / bcdata

An R package for searching & retrieving data from the B.C. Data Catalogue
https://bcgov.github.io/bcdata
Apache License 2.0
81 stars 12 forks source link

Change branch name `master` to `main` #307

Closed stephhazlitt closed 1 year ago

stephhazlitt commented 1 year ago

See https://github.com/github/renaming

ateucher commented 1 year ago

done! Thanks for the reminder. To update your local:

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