• gomp@lemmy.ml
      link
      fedilink
      arrow-up
      38
      ·
      2 months ago

      Yeah… does git have issue tracking? actions? C’mon: it’s not like github & co. are just git.

      • herrvogel@lemmy.world
        link
        fedilink
        arrow-up
        27
        ·
        2 months ago

        It doesn’t have discussions, it doesn’t offer pull request management with commented/annotated code reviews, it doesn’t have built-in ssh and key management features, no workflows, no authorization tools of any kind…

        In short I find the “just use git itself lmao” to be an exceedingly weird thing to say and I find it even weirder that it gets said as often as it does and it gets upvoted so much. Git by itself is not very useful at all if there are more than one a half people working on the same code.

        • steeznson@lemmy.world
          link
          fedilink
          arrow-up
          3
          arrow-down
          2
          ·
          2 months ago

          A server hosting a copy of the repo, git send-email, a mailing list and a bugzilla instance is all that an open source project really needs.

          The advantage of github/gitlab et al. is that it merges all of the above functionality to one place, however it’s not absolutely essential. Git itself is extremely versatile and can be as useful as you are want it to be if you put in the time to learn it.

          • corsicanguppy@lemmy.ca
            link
            fedilink
            English
            arrow-up
            6
            ·
            2 months ago

            Git itself is extremely versatile and can be as useful as you are want it to be if you put in the time to learn it.

            I love how much spare time you have to learn and maintain your infrastructure unnecessarily instead of working on the code. It’s like being a bus driver by day, and mechanic all night.

            • steeznson@lemmy.world
              link
              fedilink
              arrow-up
              1
              ·
              2 months ago

              Depends how interested you are in the infrastructure I suppose. Obviously it’s not essential for any project. I see a few that have both self hosted resources and additionally a Github mirror.

              An advantage to the “old school” approach is that you don’t end up tied into a large SAAS platform like Github.