NCEAS / arctic-data-outreach

Outreach and engagement activities for the Arctic Data Center
Apache License 2.0
3 stars 4 forks source link

Rename the master branch to main #86

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. You can update a local copy to the new branch name by running:

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