xarray-contrib / xarray_leaflet

An xarray extension for tiled map plotting.
https://xarray-leaflet.readthedocs.io
MIT License
157 stars 21 forks source link

Renamed default branch to main #48

Closed davidbrochart closed 1 year ago

davidbrochart commented 2 years ago

Anyone who has the repository already cloned will likely need to update it. These are the commands GitHub suggests:

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