From f8dab43a28296aeff72fbf266fa71cde8fca5824 Mon Sep 17 00:00:00 2001 From: Johannes Keyser Date: Fri, 15 Nov 2024 18:38:31 +0100 Subject: [PATCH] add a missing $ in bash listing --- episodes/04-changes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/episodes/04-changes.md b/episodes/04-changes.md index 9e29b8e07..460c7b1df 100644 --- a/episodes/04-changes.md +++ b/episodes/04-changes.md @@ -586,7 +586,7 @@ Two important facts you should know about directories in Git. you can add all files in the directory at once by: ```bash - git add + $ git add ``` Try it for yourself: