adw96 / breakaway

Species richness with high diversity
68 stars 18 forks source link

rename branch `master` to `main` #154

Closed adw96 closed 2 years ago

adw96 commented 2 years ago

Summer of software maintenance! Let's rename branch master to main and delete master.

adw96 commented 2 years ago

Wooohoooo! Done, thanks to María and Sarah. For anyone with a local clone of breakaway, go to you breakaway directory (you might need to git checkout master if you're working on a different branch) and run

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

to rename and point to the right place.