NCEAS / metadig-checks

MetaDIG suites and checks for data and metadata improvement and guidance.
Apache License 2.0
8 stars 9 forks source link

Rename the master branch to main #410

Closed csjx closed 3 years ago

csjx commented 3 years ago

From an inclusivity perspective, I suggest we rename the master branch to main and generally use more welcoming terms as we describe our software architectures. The use of the the terms master and slave in computing are not welcoming. For context, see the Inclusive Naming project and this repo.

mbjones commented 3 years ago

Done. Working copies can be converted with:

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