adw96 / DivNet

diversity estimation under ecological networks
83 stars 18 forks source link

rename master to main #122

Closed adw96 closed 2 years ago

adw96 commented 2 years ago

It's the 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 your local DivNet directory 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. make sure to do this from your master branch