diff options
author | bt <bt@web> | 2023-12-09 16:33:25 -0500 |
---|---|---|
committer | IkiWiki <ikiwiki.info> | 2023-12-09 16:33:25 -0500 |
commit | 3812b5447e19bfc861e8e8b251017b84c4b364ad (patch) | |
tree | e271cba1fe1e324a3acd85293c48ea430b8d9e9a | |
parent | c2940d6d89dd38d7b935d415e627a5c7ebe0bfe3 (diff) |
-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! |