The ‘technologies’ will be replaced by their respective icons.

    • Turun@feddit.de
      link
      fedilink
      arrow-up
      4
      ·
      6 months ago

      This assumes that OP actually meant git…

      I fear they may have had no idea what the distinction between git and GitHub is and intended to say GitHub.

      • take6056@feddit.nl
        link
        fedilink
        arrow-up
        2
        ·
        6 months ago

        Thought it was a good opportunity to potentionally learn something new. Seems to have worked out.

      • projectmoon@lemm.ee
        link
        fedilink
        arrow-up
        6
        ·
        7 months ago

        There’s plenty of git forges that aren’t GitHub. Git itself has nothing to do with central servers and can theoretically be used in a completely decentralized manner.

        • seth@lemmy.world
          link
          fedilink
          arrow-up
          1
          ·
          6 months ago

          Heck yeah, git is a Swiss army knife for versioning all kinds of things beyond programming repos.

          Outside of work, I’ve been using git in local “working” or “sandbox” directories on my personal machines for ages where I do everything. Just have an alias to quickly stage and commit with simple search tags in the commit message, and only move out copies of documents, spreadsheets, 3d printing projects, video and image edits, songs and tabs, etc. after I get them to their “final” point. It’s been a lifesaver for recovering disastrous program crashes that can corrupt files, on more than a few occasions.

        • take6056@feddit.nl
          link
          fedilink
          arrow-up
          1
          ·
          6 months ago

          At college some guys were self hosting a git server for a project but it went down. We resorted to a USB stick that acted as remote and was passed around. That was awesome to see, for about a day…

      • TehPers@beehaw.org
        link
        fedilink
        English
        arrow-up
        1
        ·
        6 months ago

        Speaking from experience, in the past year, I’ve used 3 different hosting providers for git repositories at work. Only one of them is GitHub. It’s good to keep your options open - git isn’t locked to any particular provider, after all.