Closed adw96 closed 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.
Summer of software maintenance! Let's rename branch
master
tomain
and deletemaster
.