Fill blog course-link placeholders with the course URL (#76)

Co-authored-by: claude <claude@jpaul.io>
Co-committed-by: claude <claude@jpaul.io>
This commit was merged in pull request #76.
This commit is contained in:
2026-06-22 19:15:32 -04:00
committed by Claude (agent)
parent e5960c17ab
commit 3671541d6b
18 changed files with 41 additions and 37 deletions
+2 -2
View File
@@ -14,9 +14,9 @@ I want to start with a file I'm genuinely embarrassed about. Somewhere on an old
That little graveyard of filenames is what "version control" looked like for me for years. Not for code — I'd long since made peace with Git for code. For *words*. The runbooks, the design docs, the "why did we decide this" notes. All of it lived in Word, on a drive, and every time two of us touched the same file we'd email it back and forth and pray.
Here's the thing I wish someone had told me sooner: prose is the *safest possible place* to learn Git, and learning it there fixes that graveyard for good. That's what this post is about — and it's the first lesson in [The Workflow]([COURSE LINK]) that you can genuinely use on Monday with zero new tools.
Here's the thing I wish someone had told me sooner: prose is the *safest possible place* to learn Git, and learning it there fixes that graveyard for good. That's what this post is about — and it's the first lesson in [The Workflow](https://git.jpaul.io/justin/ai-workflow-course) that you can genuinely use on Monday with zero new tools.
A quick callback for anyone just landing here: in the [last post]([COURSE LINK]) we installed the safety net — Git as *undo for the AI*, a checkpoint you can always get back to. This post takes that same net and points it at something where a mistake costs you absolutely nothing: a markdown document.
A quick callback for anyone just landing here: in the [last post](https://git.jpaul.io/justin/ai-workflow-course) we installed the safety net — Git as *undo for the AI*, a checkpoint you can always get back to. This post takes that same net and points it at something where a mistake costs you absolutely nothing: a markdown document.
## Why words are the perfect practice ground