From a6b33a441e64abc0766e3864dae9e91c874f378e Mon Sep 17 00:00:00 2001 From: Bjarke Sporring Date: Wed, 21 Jan 2026 11:40:22 +0100 Subject: [PATCH] feat: add a "remember to save" hint --- 01-essentials/02-history/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/01-essentials/02-history/README.md b/01-essentials/02-history/README.md index 42d5eca..daa6609 100644 --- a/01-essentials/02-history/README.md +++ b/01-essentials/02-history/README.md @@ -44,6 +44,7 @@ The setup script will create an `answers.md` file in the challenge directory wit 7. View specific commits: `git show ` 8. Compare specific commits: `git diff ` 9. Fill in your answers in `answers.md` +10. Remember to save `answers.md` > **Important Notes:** > - You can use any Git commands you like to explore the repository