diff --git a/content/en/modules/git_github/index.md b/content/en/modules/git_github/index.md index 4d3cc15c..cff32c51 100644 --- a/content/en/modules/git_github/index.md +++ b/content/en/modules/git_github/index.md @@ -61,7 +61,7 @@ This is a 10 minutes walk through of basic git concepts for people who wants a r ## Exercise * send a request at the "Using Git and Github" module post at the modules channels of Discord server by typing "@ please add my " to the github organization." This will alert your local TA(s) to add you to the [school-brainhack](https://github.com/brainhack-school2023/) organization. - * create a local repository following the naming convention `_project`. Don't worry, you will be able to change this name later, and possibly merge the content in another repository if you decide to team up with other people. + * create a new repository within the [school-brainhack](https://github.com/brainhack-school2023/) organization following the naming convention `_project`. Don't worry, you will be able to change this name later, and possibly merge the content in another repository if you decide to team up with other people. * initialize your repo with a README and a LICENSE. * Create an issue for adding a short bio. * Using the command line, clone the repository locally to your computer.