PyPSA / pypsa-ariadne

High resolution, sector-coupled model of the German Energy System
https://ariadneprojekt.de/en/model-documentation-pypsa/
MIT License
6 stars 4 forks source link

Rename master -> main #7

Closed lindnemi closed 4 months ago

lindnemi commented 5 months ago

Might be worth considering: https://github.com/github/renaming

nworbmot commented 5 months ago

Good idea! Just need to write some instructions if everyone has to do something on their local machines.

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

This should do the trick on your local machine