PredictiveEcology / climateData

Utilities for working with North American climate data from 'ClimateNA' https://climatena.ca
GNU General Public License v3.0
0 stars 1 forks source link

rename master branch to main #6

Closed achubaty closed 6 months ago

achubaty commented 6 months ago

complete. ensure your run this locally if you were previously using master:

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