htw-imi-showtime / showtime-website

The official IMI showtime website
10 stars 104 forks source link

rename master to main #235

Closed bkleinen closed 1 year ago

bkleinen commented 1 year ago

https://github.com/github/renaming

bkleinen commented 1 year ago

done.

bkleinen commented 1 year ago

if you want to keep your local clone, you need to:

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