• Pantherina@feddit.de
    link
    fedilink
    arrow-up
    1
    ·
    7 months ago

    I dont get how that works, you mail those lines with all those

    +line
    +something
    -something
    

    And they can like transform that into git and have it work as an actual patch?

    • amiganA
      link
      fedilink
      English
      arrow-up
      2
      ·
      7 months ago

      Yes, it’s called a diff and git was designed with exactly this workflow in mind because it’s how the Linux kernel has been developed for decades. GitHub is just a new fangled way to social network-ize the git workflow.