NCEAS / eml

Ecological Metadata Language (EML)
https://eml.ecoinformatics.org/
GNU General Public License v2.0
41 stars 15 forks source link

Rename the master branch to main #365

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

Renamed master to main, and synced all work. Local copies can be updated with the new branch name with:

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