Does anyone know of a system or library that can parse emails sent by git send-email? So ideally receive emails and automatically create branches or PRs?
How can I parse emails from git send-email?
75 Views Asked by parsley72 At
2
Does anyone know of a system or library that can parse emails sent by git send-email? So ideally receive emails and automatically create branches or PRs?
You're looking for
git am
, "apply mail".