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