archimatetool / archi-modelrepository-plugin

coArchi - a plug-in to share and collaborate on Archi models.
151 stars 52 forks source link

Use Main not Master in Github #197

Closed leontebbens closed 1 year ago

leontebbens commented 1 year ago

Hi, as Github has moved to naming the main branch “main” in stead of “master” for new repo’s, it would be nice when the plug-in also use “main” for new projects. Keep up the good work!

Phillipus commented 1 year ago

We can't change it because it was hard coded as the primary branch years ago. If we tried to change it now, it would lead to unpredictable results and backward-compatibility issues. However, coArchi version 2 will support both main and master with the default being main.

leontebbens commented 1 year ago

Ok.

entarome commented 1 year ago

I guess there is a workaround to that... "master" branch is created upon initialization. Every new connection after initialization on gitlab hits main branch rather than master :)