From 7883a7c4ce08293a7f91b7e7b6a81d9b222306af Mon Sep 17 00:00:00 2001 From: Jan Valosek <39456460+valosekj@users.noreply.github.com> Date: Mon, 8 May 2023 16:10:25 -0400 Subject: [PATCH] Replace word "local" by the link the brainhack organization (#241) - the word "local" might suggest that the repository should be created locally on students computers --- content/en/modules/git_github/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.