Earlier quoted context omitted.
Configuring git send-email is trivial, definitively faster than creating an account at some web UI from a "source forge" – it's literally setting a handful of properties in the `.gitconfig` – and those are not specific to a project, but just your mail server settings you can reuse them for any project that accept patches over mailing lists. And using it for a project that accepts this workflow is such a joy, no need…
> not the monsters that GitHub/Lab You mean cloning a repo and then simply pushing upstream? I can’t fathom how anyone would think that is more complicated than e-mail push workflows. It’s like someone telling you that IRC is “obviously” less complicated than setting up a Discord account.
- cloning the repo in github to your own fork
- cloning your fork locally
- pushing to your local fork after you've made your change
- opening a PR
Which is the expected flow for any project you're not already part of, ie all of them.
The email workflow:
- send an email
I can't fathom how you can say the email workflow is more complicated.