What are advantages of it and also how said mailing list works? (In case of software development)

  • Excel
    link
    fedilink
    English
    421 year ago

    Git was specifically CREATED to facilitate this exact mailing list workflow.

  • lemmyvore
    link
    fedilink
    English
    32
    edit-2
    1 year ago

    With Git you don’t have to push and pull to a repo, it also works by sending signed commits over any method you want.

    Linux development includes a large number of contributors who use email. Git was originally created specifically for Linux development so of course it caters to this approach.

    There’s also the fact that the lead devs for Linux serve as a clearing-house for patches, so receiving them over email with explanations and everything helps them decide what makes it in.

  • @nbafantest
    link
    121 year ago

    It’s obvious in the case of git, git development occurred before gitlab existed.