• rhabarba@feddit.org
    link
    fedilink
    arrow-up
    0
    ·
    edit-2
    9 days ago

    Why use Git at all then? I thought the one reason why everyone wants to use Git these days are the forges.

    • starshipwinepineapple@programming.dev
      link
      fedilink
      arrow-up
      0
      ·
      9 days ago

      Did you read the article? The author shares their perspective.

      For me, Git is quite powerful on its own with version control, diffs, branches, merging, etc. Forges just add a UI for some of these things, and add an issue tracker/ discussion/etc. Forges also add a more modem ui for repo access though git does have its own webserver you can use. I use git without a forge for a number of my personal projects that I’m not sharing with others or not yet sharing

      • rhabarba@feddit.org
        link
        fedilink
        arrow-up
        0
        ·
        9 days ago

        Git is quite powerful on its own with version control, diffs, branches, merging, etc.

        All version control systems do that, hence my question.

        Git was conceived as a bazaar (because of its use for the Linux kernel), but most projects are more like cathedrals. In my opinion, Git is simply over-engineered for most projects. For projects that you don’t want to share with others, even CVS would probably suffice…