From 3812b5447e19bfc861e8e8b251017b84c4b364ad Mon Sep 17 00:00:00 2001 From: bt Date: Sat, 9 Dec 2023 16:33:25 -0500 Subject: --- posts/mail.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'posts/mail.md') 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//mbox -``` + + git apply ~/Patches//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! -- cgit v1.2.3-54-g00ecf