diff options
Diffstat (limited to 'posts/git-patches.md')
| -rw-r--r-- | posts/git-patches.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/posts/git-patches.md b/posts/git-patches.md index 5b5d951..a97f75d 100644 --- a/posts/git-patches.md +++ b/posts/git-patches.md @@ -8,7 +8,9 @@ Lucky for us, it is actually fairly simple to replicate a similar workflow to th ## The Basics -> **Note:** The following assumes you already have `git` installed and setup on your existing system. +<div class="alert note"> + <span><b>Note</b> The following assumes you already have <code>git</code> installed and setup on your existing system.</span> +</div> I find it best to first create a top-level folder on your system named `patches`. We will use this folder as a temporary location for reviewing any `git` patches submitted via email. I normally place this under `/home/<username>/patches`. |
