• Azzu@lemm.ee
      link
      fedilink
      arrow-up
      10
      arrow-down
      1
      ·
      2 months ago

      Pull requests are not a feature of git, you probably thought they were?

      • Zykino@programming.dev
        link
        fedilink
        arrow-up
        4
        ·
        2 months ago

        Yup, pull requests are an invention from git’s servers (I think github came up with that first). The built in way (famously used by the linux kernel) is git-send-email.

        • Azzu@lemm.ee
          link
          fedilink
          arrow-up
          4
          ·
          edit-2
          2 months ago

          GitHub is completely unrelated to git.

          git-send-email is not even very similar to a pull request, just tangentially related but very different conceptually.