J
jeremy
Video
Sending Patch Series to a Mailing List with git format-patch
Git supports a decentralized, email-based contribution workflow in which a series of local commits is formatted into individual patch files (via `git format-patch`) and sent through a mailing list, e…