From 1c79a54147a22e95f488202c02cb20594c06c0a3 Mon Sep 17 00:00:00 2001 From: Radovan Bast Date: Wed, 19 Mar 2025 11:39:40 +0100 Subject: [PATCH] clarify that "git clone" might be needed; closes #285 --- content/same-repository.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/same-repository.md b/content/same-repository.md index b40cf7f..c29f9e0 100644 --- a/content/same-repository.md +++ b/content/same-repository.md @@ -114,6 +114,9 @@ contribute. **Exercise tasks**: 1. Open an issue where you describe the change you want to make. Note down the issue number since you will need it later. +1. If you work locally and not on GitHub, you need to clone the repository to + your computer before you can create a new branch (more details in "Solution + and hints" below). 1. Create a new branch. 1. Make a change to the recipe book on the new branch and in the commit cross-reference the issue you opened (see the walk-through below