arviz-devs / arviz_dashboard

Bayesian Dashboard built on top of Panel
Apache License 2.0
5 stars 1 forks source link

Change name of main branch #9

Closed ndmlny-qs closed 1 year ago

ndmlny-qs commented 1 year ago

@aloctavodia and @yilinxia I'd like to change the main branch name to main. If there are no objections, then I'll make the change.

yilinxia commented 1 year ago

Thank you Andy for the suggestion! I dont mind at all :)

aloctavodia commented 1 year ago

Good idea!

ndmlny-qs commented 1 year ago

@aloctavodia you will need to change the current default branch to the newly created main branch. You can do so by following step 4 and 5 on this site

https://stevenmortimer.com/5-steps-to-change-github-default-branch-from-master-to-main/

I would do it, but I don't have those privileges. Thanks for the change.

OriolAbril commented 1 year ago

github has a rename branch feature, I can use that too if you don't mind

ndmlny-qs commented 1 year ago

sure, I didn't realize it had that feature. That's super

OriolAbril commented 1 year ago

Done, now I see this message:

imatge

with commands:

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

I assume you will see the same message but posting anyway just in case.

ndmlny-qs commented 1 year ago

Awesome, thanks again everyone.

Closing the issue, but it will still be around if anyone needs to reference it.