opensourcedesign / opensourcedesign.github.io

🎨💻 Source code of our website
https://opensourcedesign.net
Apache License 2.0
344 stars 184 forks source link

rename main branch to main; not use master anymore #307

Open jdittrich opened 3 years ago

jdittrich commented 3 years ago

As a 'master' branch connotes the existence of a 'slave' branch¹ we could change the name of the main branch to… main². This itself is very easy, but since deployment of our blog or other infrastructure might hinge on the branch name, I rather create this issue first.

¹ which git itself did never have, but, afaic, the system git was modeled on, did ² I guess, "main branch" also describes rather well what that branch does.

RDIL commented 3 years ago

True, but does GitHub pages support this yet? That is a must have, and it would require script/documentation updates.

SaptakS commented 3 years ago

I think @jancborchardt is also looking into making the necessary changes related to making the default branch from "master" to "main"

jdittrich commented 3 years ago

Do we have a list of what needs to be done, somewhere? It would be helpful anyway to know what all depends on how the main branch is named.

RDIL commented 3 years ago

I'm not sure, it might just be changing it in the settings menu.

AnXh3L0 commented 3 years ago

I have created a new "main" branch derived from the current master branch which is going to be the default one (after we introduce the new redesign of the website).