You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hand-in-assignments-guide.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ Watch the video (by clicking the image) or go through the following walk-through
12
12
13
13
ONE TIME ONLY (START OF EVERY MODULE)
14
14
15
-
1. Create a [fork](https://help.github.com/en/articles/fork-a-repo) of the assignment module repository. For JavaScript (as well as the next 2 modules), the assignment module repository is `https://www.github.com/HackYourHomework/Assignment-cohortXX` where XX is your cohort number. You do this by using the `fork` option on the top right.
15
+
1. Create a [fork](https://help.github.com/en/articles/fork-a-repo) of the assignment module repository. For JavaScript (as well as the next 2 modules), the assignment module repository is `https://www.github.com/HackYourAssignment/Assignment-cohortXX` where XX is your cohort number. You do this by using the `fork` option on the top right.
16
16
2. Navigate to the URL of the cloned repository (it should be in your personal GitHub account, under "repositories").
17
17
3. Clone the repository, using SSH¹, to your local machine. You can do this by typing in `git clone <git url>` in the command line.
18
18
4. On your local machine, navigate to the folder using the command line.
0 commit comments