Using patches from email

2019-09-13
1 min read

Recently I’m using a lot git am with mutt.
Save the email that contains the patch with Shift + c, for example: /tmp/p1.mbox.
cd to your git repo and type :

$ git am  /tmp/p1.mbox.