• MeanEYE@lemmy.world
    link
    fedilink
    arrow-up
    19
    arrow-down
    6
    ·
    edit-2
    6 months ago

    Oh, how upset I was by that decision. I still call out GitHub online every now and then thanking them for solving slavery by messing up my deployment scripts and development environments.

    • ShustOne@lemmy.one
      link
      fedilink
      arrow-up
      5
      ·
      6 months ago

      I use GitHub and all my older repos have a master branch with no forced change. When did they force a change? I think you are mistaken.

      • MeanEYE@lemmy.world
        link
        fedilink
        arrow-up
        4
        arrow-down
        1
        ·
        6 months ago

        Had to refresh my memory, it’s been a while. They didn’t change branch on existing projects, but they did change it on new repos to main by default. Our tools indeed created repositories and configured everything for the developer automatically. However GitHub’s policy meant that you had to either change the tools to detect whether they are working with old repo or new, or go to every new project after automatic configuration fails, configure default branch and then rerun the tool. Same thing then happened to few of our tools that were used for CI.

        All in all they made more work for us for no reason other than be smug about it and it changed exactly nothing.

        • EarMaster@lemmy.world
          link
          fedilink
          arrow-up
          2
          ·
          6 months ago

          So your tooling was at fault for assuming something that has always been declared a convention not a rule. It is like assuming we will never reach the year 2000 and there only storing the last to digits for the year…

        • ShustOne@lemmy.one
          link
          fedilink
          arrow-up
          1
          ·
          6 months ago

          I think this is an excuse. Using the CLI you can easily create and specify the default branch. It’s also not difficult to check the branch name.

      • MeanEYE@lemmy.world
        link
        fedilink
        arrow-up
        2
        arrow-down
        2
        ·
        6 months ago

        They forced the change. If I wanted otherwise, I had to go and specify per project that master was the default branch, and there were many of those. And whole “insanely fragile” is just nonsense or are you trying to tell me people have conditions and scripts that detects what’s the default branch and use that instead of assuming default name that hasn’t changed for 15 years would remain default?

        Whether you like Linus or not, whatever is released to users stops being a bug and becomes a feature. Not breaking user-space is a must. Instead they achieved nothing and caused a lot of unnecessary work to a lot of developers.