PredictiveEcology / SpaDES

R package for developing and running Spatial Discrete Event Simulation models
https://spades.predictiveecology.org
Other
55 stars 21 forks source link

rename master branch as main #366

Closed achubaty closed 6 months ago

achubaty commented 6 months ago

completed. please be sure to update your local copies of the repo:

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