Hacker News new | ask | show | jobs
by dikei 1041 days ago
>> Instead, Linux is being worked on by exporting the (git) patches and sharing them on a mailing list

Once configured, you can send a series of patches to the mailing list with a single git command, and with just another command apply a series of patches from the mailing list. It's actually quite efficient.

1 comments

TIL; thanks