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

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

    • Zykino
      link
      fedilink
      arrow-up
      4
      ·
      1 month 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
        1 month 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.