DataONEorg / rdataone

R package for reading and writing data at DataONE data repositories
http://doi.org/10.5063/F1M61H5X
36 stars 19 forks source link

rename default branch to main #276

Closed mbjones closed 3 years ago

mbjones commented 3 years ago

For context, see the Inclusive Naming project and this repo.

mbjones commented 3 years ago

Completed. Client working copies can be updated with:

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