From b20170ff93d20ca7af7d5c3eccb02c391f008c56 Mon Sep 17 00:00:00 2001 From: Alex-Tohidi Date: Tue, 15 Jun 2021 12:26:07 +1000 Subject: [PATCH] Update week1.md Just trying to Bold out the differences between "Cloning" & "Forking & Cloning " --- md/week1.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/md/week1.md b/md/week1.md index 15b94b8..5405938 100644 --- a/md/week1.md +++ b/md/week1.md @@ -168,9 +168,9 @@ I've you've been doing this before the class as prep, stop here! (We might still 1. Then `cd 1161` ← This **c**hanges the **d**irectory to _1161_ - 1. Then `git clone https://github.com/Design-Computing/course.git` This pulls down the course repository. Typing this is going to suck, so go [here](https://github.com/Design-Computing/course) and use the green button. + 1. Then `git clone https://github.com/Design-Computing/course.git` This pulls down the course repository. Typing this is going to suck, so go [here](https://github.com/Design-Computing/course) and use the green button. Remember We are "NOT" forking the "Course Repo", just clone it. So if we change the repo during the course, you can pull down the changes. -1. Clone +1. Clone & Fork 1. Go to [https://github.com/Design-Computing/me](https://github.com/Design-Computing/me) and [fork](https://help.github.com/en/articles/fork-a-repo) yourself a copy of the _me_ repo.