coiled / dask-snowflake

Dask integration for Snowflake
BSD 3-Clause "New" or "Revised" License
29 stars 7 forks source link

Rename default branch to main #5

Closed fjetter closed 3 years ago

fjetter commented 3 years ago

Title says it all

ian-r-rose commented 3 years ago

:+1: from me. In addition to all the usual good reasons, my muscle memory has switched at this point and it was causing some friction when working with this repo yesterday :)

jrbourbeau commented 3 years ago

Just updated the default branch to main. GitHub says this is how one should handle branch migration:

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