aboutsummaryrefslogtreecommitdiffhomepage
path: root/posts/git-patches.md
diff options
context:
space:
mode:
authorBradley Taunt <bt@btxx.org>2025-01-24 13:47:54 -0500
committerBradley Taunt <bt@btxx.org>2025-01-24 13:47:54 -0500
commitea58f827d1315cd5ab2ee3fdfb6e5f428c281682 (patch)
tree8846c6e454bc57d0b02349cca096e91bbe03c0c1 /posts/git-patches.md
parentdf433722c963c5c2ef44c5ada9f7b0912841f6d7 (diff)
Initial pass of minor styling updates, post about Sourcehut
Diffstat (limited to 'posts/git-patches.md')
-rw-r--r--posts/git-patches.md4
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`.