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

  • lemmyvore@feddit.nl
    link
    fedilink
    English
    arrow-up
    33
    ·
    edit-2
    11 months 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.

    Pull requests are not the only way of doing things. Generally speaking git can do a lot of workflows and architectures but most people are only familiar with gitflow and PRs.

  • FlickOfTheBean@beehaw.org
    link
    fedilink
    English
    arrow-up
    29
    ·
    11 months ago

    I was under the impression it was primarily " if it isn’t broken, then don’t fix it" levels of tradition.

    I could be wrong though, so if someone with more creds than a random internet dweller comes along, feel free to ignore me.

    Heck, if you think I’m an idiot, feel free to ignore me :)