ioos / erddap-gold-standard

Contains the 'gold standard' ERDDAP configuration, with datasets compliant with IOOS Metadata Profile 1.2
https://standards.sensors.ioos.us/erddap/index.html
8 stars 17 forks source link

master --> main #52

Closed MathewBiddle closed 11 months ago

MathewBiddle commented 1 year ago

Should we flip master to main?

I know quite a few folks who use this repo so the impacts might be more widespread than our other repos. But, I think it would be good to make the move.

mwengren commented 1 year ago

👍

MathewBiddle commented 1 year ago

It would be good to merge all the outstanding PRs before we do this. I'll see what I can close.

ocefpaf commented 1 year ago

It would be good to merge all the outstanding PRs before we do this. I'll see what I can close.

GH should be able to point them to the new branch name without a problem. But it is nice to get them merged regardless.

MathewBiddle commented 11 months ago

Done.

The default branch has been renamed!

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