diff options
Diffstat (limited to 'posts')
-rw-r--r-- | posts/mail.md | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/posts/mail.md b/posts/mail.md index 4dd9dc3..9625ea8 100644 --- a/posts/mail.md +++ b/posts/mail.md @@ -27,15 +27,15 @@ Inside this folder you should see something similar to the following structure: Once saved, open your terminal, navigate to the project you wish to apply this new patch to: -``` -cd my-path/very-cool-project -``` + + cd my-path/very-cool-project + and then run: -``` -git apply ~/Patches/<saved-patches-mailbox-folder>/mbox -``` + + git apply ~/Patches/<saved-patches-mailbox-folder>/mbox + Congrats! You've successfully applied a git email patch through Apple Mail! Well, kind of. The terminal did most of the *real* work. Just be sure to periodically *purge* your local *Patches* folder to keep things clean! |