From 07e39a68787f57edd0ea8b16caa9ee8f7360869b Mon Sep 17 00:00:00 2001 From: miguel Date: Thu, 6 Jun 2024 11:35:09 +0100 Subject: [PATCH] fix(git) wrong line numbers --- subjects/git/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/subjects/git/README.md b/subjects/git/README.md index b705404ff..51287738a 100644 --- a/subjects/git/README.md +++ b/subjects/git/README.md @@ -85,8 +85,8 @@ echo "Hello, $name" ``` - Make two separate commits: - - The first commit should be for the comment in line 1. - - The second commit should include changes made to lines 3 and 4. + - The first commit should be for the comment in line 3. + - The second commit should include changes made to lines 4 and 5. #### History