Since Microsoft owns Github, Gitlab is Corp owned now since 2022, why are so many who preach privacy or using Linux, etc, still using a MS product?

Genuine questions. I’m assumming either familiarity & simplicity with GH or difficulty migrating elsewhere?

  • Azzu@lemmy.dbzer0.com
    link
    fedilink
    arrow-up
    4
    ·
    15 hours ago

    It is almost trivial to move git code from one hoster to another. If GitHub becomes so bad, you just move.

    • BakedCatboy@lemmy.ml
      link
      fedilink
      English
      arrow-up
      2
      ·
      9 hours ago

      A big issue though is that you can’t move other people’s projects for them. If I want to contribute to Immich, I have to be on GitHub. Cloning it somewhere the maintainers aren’t looking or accepting contributions does nothing.

    • cecilkorik@piefed.ca
      link
      fedilink
      English
      arrow-up
      15
      arrow-down
      1
      ·
      15 hours ago

      It’s trivial if your project is trivial. Once you’ve got development/CI/CD workflows, releases, issue management, community interaction, maybe even project management or Github pages (may god have mercy on your soul), it gets a lot less trivial.

      Git itself is a distributed version control system, moving it around is indeed trivial. It’s everything else that Github provides that is far less trivial, and they’ve worked hard on building the vendor lock-in elements for those things lately.

      • Azzu@lemmy.dbzer0.com
        link
        fedilink
        arrow-up
        3
        ·
        edit-2
        15 hours ago

        True, but there are also exporter scripts for that stuff. Many projects have also mirroring already set up.