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
+2-2Lines changed: 2 additions & 2 deletions
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
### 1.1 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/HackYourAssignment/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/JavaScript-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<sup>[1]</sup>, 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.
@@ -27,7 +27,7 @@ Watch the video (by clicking the image) or go through the following walk-through
27
27
4. Once you're finished, add your assignment to a commit. There will be some test and config files added by the test runner, this is expected and should be added!
28
28
5. Create the commit (`git commit`). Make the commit message meaningful, for example `Finished project for assignment week 3`.
29
29
6. Push the branch to your forked repository.
30
-
7. On the GitHub page of your forked repository, click on the `create pull request` button. Make sure the `base repository` is the `Assignment-cohortXX` repository, on branch `main`.
30
+
7. On the GitHub page of your forked repository, click on the `create pull request` button. Make sure the `base repository` is the `JavaScript-cohortXX` repository, on branch `main`.
31
31
8. Give the pull request a title in the same format as you used for the branch, e.g: `YOUR_NAME-w3-JavaScript`.
32
32
9. Submit the pull request from your forked repository branch into the `main` branch of the destination repository.
0 commit comments