Let’s be honest, the majority here probably has a github account. Some of us are happy as a clam and wouldn’t switch no matter what happened, but there are some who would and haven’t yet. Why?

  • thelonelyghost
    link
    fedilink
    arrow-up
    1
    ·
    10 months ago

    Like what?

    • OCI registry? GitLab.
    • pull request model? Every one of the competing services
    • CI/CD system based on YAML definitions? Most every competitor.
    • static site hosting? Most competitors
    • protected branches? Most competitors

    I’m not saying there isn’t vendor lock-in, but I am saying it likely isn’t the features of GitHub that are limiting that. Third party integrations will follow wherever the foot traffic goes.

    • lloram239@feddit.de
      link
      fedilink
      arrow-up
      2
      ·
      edit-2
      10 months ago

      The issue isn’t that the competition doesn’t offer similar functionality, but that there is no way to move your data to another hoster. If you move CI, you have to rewrite it as everybody uses a different language. If you move pull requests, you lose contact with all the users that made those pull requests, as Github doesn’t allow PMs and doesn’t publish emails by default.

      I can move a Git repository in a single line, I can even mirror it to multiple hosts at the same time with ease. With all the surrounding aspects of a project that isn’t possible.

      Though worth pointing out that this isn’t a GitHub specific problem, all software hosting suffers from this. Moving data between different Open Source bug tracker ain’t exactly easy either. There aren’t very many tools that are properly distributed in the way Git is and the few that there are, don’t seem to have very wide adoption (e.g. git-bug).