unividuell / life-reminder

0 stars 0 forks source link

rename main branch #16

Closed cleemansen closed 1 year ago

cleemansen commented 1 year ago

https://github.com/github/renaming

cleemansen commented 1 year ago

FYI @futzi3000 : I renamed our default main branch from master to main.

Please update your local git clone before starting a new feature..

cleemansen commented 1 year ago

step-by-step:

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