ioos / compliance-checker

Python tool to check your datasets against compliance standards
http://ioos.github.io/compliance-checker/
Apache License 2.0
104 stars 56 forks source link

Compliance Checker repository master branch renamed to main #1065

Closed mwengren closed 2 months ago

mwengren commented 2 months ago

Posting this as an FYI. We've renamed the master branch of Compliance Checker to main as of today.

Although the primary branch (for PRs) is currently develop, some may still want to update their local clones with the master -> main change. Here are the steps from GitHub (assuming origin is the name you're using for the remote reference to this repo):

  git branch -m master main
  git fetch origin
  git branch -u origin/main main
  git remote set-head origin -a
mwengren commented 2 months ago

Closing this as resolved.