At this point I’m very concerned about the open source industry relying so much on github. You have to remember that any project there can be swept away overnight because it doesn’t fit into the agenca of a large company, for example.

  • MrSoup@lemmy.zip
    link
    fedilink
    arrow-up
    27
    arrow-down
    4
    ·
    edit-2
    8 hours ago

    Git itself isn’t decentralized is about people copying it and sometimes mirroring it.

    Anyway it is a good habit to avoid github entirely (when hosting a repo).

    • aalvare2@lemmy.world
      link
      fedilink
      arrow-up
      20
      ·
      7 hours ago

      Git itself isn’t decentralized is about people copying it and sometimes mirroring it.

      Not sure what you mean. My understanding is that git itself is decentralized insofar as each clone can develop its own history without ever needing to push to the origin, but that what OP is referring to is actually the “distributed” nature of git, where i.e. it’s easy to copy the entire history of an instance.

      • MrSoup@lemmy.zip
        link
        fedilink
        arrow-up
        1
        ·
        20 minutes ago

        what OP is referring to is actually the “distributed” nature of git, where i.e. it’s easy to copy the entire history of an instance.

        Exactly. Isn’t decentralized itself since it’s not a platform but by being “indipendent” and not entangled with anything you can just copy it entirely and host it somewhere else.

      • toastal
        link
        fedilink
        arrow-up
        3
        arrow-down
        7
        ·
        7 hours ago

        Git being snapshot-based unlike other (better) VCSs require that patch order matter so often the easiest way to manage a project is to have some centralized authority since it is so, so easy to get merge conflicts without a central authority if trying to just distribute patches. It’s a lot easier to be decentralized without Git’s fundamental limitations.

        • aalvare2@lemmy.world
          link
          fedilink
          arrow-up
          10
          ·
          edit-2
          6 hours ago

          What version control software in particular do you find better than git?

          Your point about users often managing git projects via centralization is taken and valid. I was just pointing out that you don’t have to use git that way - different clones can separately develop their own features - so the earlier claim someone made that “git isn’t decentralized” is still wrong, imo.

    • loathsome dongeater@lemmygrad.ml
      link
      fedilink
      English
      arrow-up
      3
      ·
      7 hours ago

      Git is decentralised by nature. It’s what allows mirroring the repo on other forges even when git repos are hosted on proprietary platforms like GitHub.

    • toastal
      link
      fedilink
      arrow-up
      4
      arrow-down
      2
      ·
      7 hours ago

      Anyway it is a good habit to avoid github entirely (when hosting a repo).

      FIFY

      • MrSoup@lemmy.zip
        link
        fedilink
        arrow-up
        1
        ·
        28 minutes ago

        Yes but no, because I don’t want to not interact with a repo at all just because it’s on github for whatever reason (if there’s one).

        But yes, I understand your feelings. Fuck M$