lab-cosmo / chemiscope

An interactive structure/property explorer for materials and molecules
http://chemiscope.org
BSD 3-Clause "New" or "Revised" License
121 stars 29 forks source link

Rename master to main #274

Closed rosecers closed 8 months ago

rosecers commented 1 year ago

Resources on why this is important: https://www.git-tower.com/learn/git/faq/git-rename-master-to-main https://www.theserverside.com/feature/Why-GitHub-renamed-its-master-branch-to-main

This is a fairly easy fix, but has to be done directly to the main branch, and not possible to do it via PR.

It is becoming very uncommon to have a master branch, and it's ruining my muscle memory typing.

rosecers commented 8 months ago

Resurrecting this, as main is becoming the predominant option for many repositories, my tab completion is being messed with. @Luthaf

Luthaf commented 8 months ago

ma<tab> should work everywhere, that's what I use nowadays.

I still don't think that the work that would go into renaming the default branch and fixing the corresponding breakage is worth it, especially with the amount of other things I have to do.

rosecers commented 8 months ago

Would be more than happy to do it, given the access. I know you don't necessarily see it as important but others do

Luthaf commented 8 months ago

Done by @rosecers!