ioos / cc-plugin-ugrid

Compliance Checker Plugin for UGRID: http://ugrid-conventions.github.io/ugrid-conventions
Apache License 2.0
3 stars 6 forks source link

Rename master to main #18

Closed ocefpaf closed 1 year ago

ocefpaf commented 1 year ago

@MathewBiddle can you rename this one for us?

MathewBiddle commented 1 year ago

done

MathewBiddle commented 1 year ago

master is now named main

If you have a local clone, you can update it by running the following commands.

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