From 3dcc99a0a464d5e86668e5818904fd6a0561af89 Mon Sep 17 00:00:00 2001 From: Tomek Najdyhor <19873280+tomeknd@users.noreply.github.com> Date: Sun, 25 Aug 2024 17:32:57 +0200 Subject: [PATCH 1/4] Add missing period & correct markdown in episode 5 --- episodes/05-history.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/episodes/05-history.md b/episodes/05-history.md index b4633ef44..50de56e24 100644 --- a/episodes/05-history.md +++ b/episodes/05-history.md @@ -316,7 +316,7 @@ Answer 3 gets the version of `data_cruncher.py` from the commit *before* `HEAD`, what we wanted. Answer 1 results in an error. You need to specify a file to restore. If you want to restore all files -you should use `git restore .` +you should use `git restore`. @@ -350,7 +350,7 @@ what is the missing command? 4. Type in the new commit message. -5. Save and close +5. Save and close. ::::::::::::::: solution From c81704e4ff27f2226204df6b9bae1355cf59575f Mon Sep 17 00:00:00 2001 From: Tomek Najdyhor <19873280+tomeknd@users.noreply.github.com> Date: Sun, 25 Aug 2024 17:50:06 +0200 Subject: [PATCH 2/4] Revert "Add missing period & correct markdown in episode 5" This reverts commit 3dcc99a0a464d5e86668e5818904fd6a0561af89. --- episodes/05-history.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/episodes/05-history.md b/episodes/05-history.md index 50de56e24..b4633ef44 100644 --- a/episodes/05-history.md +++ b/episodes/05-history.md @@ -316,7 +316,7 @@ Answer 3 gets the version of `data_cruncher.py` from the commit *before* `HEAD`, what we wanted. Answer 1 results in an error. You need to specify a file to restore. If you want to restore all files -you should use `git restore`. +you should use `git restore .` @@ -350,7 +350,7 @@ what is the missing command? 4. Type in the new commit message. -5. Save and close. +5. Save and close ::::::::::::::: solution From caf54cf8e97a759865b3807812b6a50b588ce592 Mon Sep 17 00:00:00 2001 From: Tomek Najdyhor <19873280+tomeknd@users.noreply.github.com> Date: Sun, 25 Aug 2024 17:52:43 +0200 Subject: [PATCH 3/4] Add missing periods --- episodes/05-history.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/episodes/05-history.md b/episodes/05-history.md index b4633ef44..88325e004 100644 --- a/episodes/05-history.md +++ b/episodes/05-history.md @@ -316,7 +316,7 @@ Answer 3 gets the version of `data_cruncher.py` from the commit *before* `HEAD`, what we wanted. Answer 1 results in an error. You need to specify a file to restore. If you want to restore all files -you should use `git restore .` +you should use `git restore .`. @@ -350,7 +350,7 @@ what is the missing command? 4. Type in the new commit message. -5. Save and close +5. Save and close. ::::::::::::::: solution From b886898e9d963bf447ef5fa3a9d7b8a243ce8a82 Mon Sep 17 00:00:00 2001 From: Martino Sorbaro Date: Mon, 26 Aug 2024 11:44:15 +0200 Subject: [PATCH 4/4] reverted part --- episodes/05-history.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/episodes/05-history.md b/episodes/05-history.md index 88325e004..1178782fa 100644 --- a/episodes/05-history.md +++ b/episodes/05-history.md @@ -316,7 +316,7 @@ Answer 3 gets the version of `data_cruncher.py` from the commit *before* `HEAD`, what we wanted. Answer 1 results in an error. You need to specify a file to restore. If you want to restore all files -you should use `git restore .`. +you should use `git restore .`