ioos / ckanext-ioos-theme

IOOS Catalog as a CKAN extension
GNU Affero General Public License v3.0
7 stars 14 forks source link

Rename master branch to main #249

Closed mwengren closed 4 months ago

mwengren commented 7 months ago

Steps to update local clones once completed:

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