Tympan / Tympan_Library

Arduino/Teensy Library for Tympan Open Source Hearing Aid
MIT License
116 stars 31 forks source link

Rename master to main #49

Closed ijenkins-creare closed 2 years ago

ijenkins-creare commented 2 years ago

We are moving the default master branch to main. This transition should be relatively seamless, but I'm creating this issue to distribute information or track anything that arises.

Now that master->main, to update your local copies:

git branch -m master main
git fetch origin
git branch -u origin/main main
git remote set-head origin -a
git remote prune origin
ijenkins-creare commented 2 years ago

MicrosoftTeams-image

I got the above warning before renaming... I'm guessing we do have a GitHub Pages. We should verify that is working properly.

ijenkins-creare commented 2 years ago

Confirmed, GitHub Pages is functional.

Anyone else, let me know if there are any other issues. Otherwise, I'll close and we'll consider this a success.

kxm-creare commented 2 years ago

No issues on my end. If you use SourceTree:

hgeithner-creare commented 2 years ago

The links to the Tympan_Library "master" branch still work in the forum! Github displays a little note at the top of the browser letting you know that the "master" branch has been renamed to "main".

chipaudette commented 2 years ago

Looks good. This seems done. Closing.