oral-health-and-disease-ontologies / ohd-ontology

The OHD is an ontology for representing the diagnosis and treatment of dental maladies.
Creative Commons Attribution 4.0 International
7 stars 6 forks source link

change master to main #72

Closed wdduncan closed 1 year ago

wdduncan commented 1 year ago

@alanruttenberg @gopi-kris @titusschleyer @sabharwalamar

I've change the name of the master branch to main.

On local copy you need to run the following commands:

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