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-homework-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
@@ -8,7 +8,7 @@ Follow the walkthrough to learn how to submit your homework for each week:
8
8
9
9
ONE TIME ONLY (START OF EVERY MODULE)
10
10
11
-
1. Create a [fork](https://help.github.com/en/articles/fork-a-repo) of the module repository. For JavaScript1, the module repository is `https://www.github.com/HackYourHomework/JavaScript1`. (You can find the `fork` option on the top right corner of the repository.)
11
+
1. Create a [fork](https://help.github.com/en/articles/fork-a-repo) of the module repository. For JavaScript1, the module repository is `https://www.github.com/SocialHackersClass10/JavaScript1`. (You can find the `fork` option on the top right corner of the repository.)
12
12
2. Navigate to the URL of the cloned repository (it should be in your personal GitHub account, under "repositories")
13
13
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
14
14
4. On your local machine, navigate to the folder using the command line
@@ -20,7 +20,7 @@ EVERY WEEK
20
20
2. Create a folder called `homework` inside of each week's folder. So for example, inside of the `Week1` folder, create a new folder called `homework`
21
21
3. Once you're finished, add and commit everything. Make the commit message meaningful, for example `finished project for homework week1`
22
22
4. Push the branch to your forked repository
23
-
5. On the GitHub page of your forked repository, click on the `create pull request` button. Make sure that the `base repository` is the module repository E.g. `https://www.github.com/HackYourHomework/JavaScript1`, on branch `master`.
23
+
5. On the GitHub page of your forked repository, click on the `create pull request` button. Make sure that the `base repository` is the module repository E.g. `https://www.github.com/SocialHackersClass10/JavaScript1`, on branch `master`.
24
24
6. Give the pull request a title in the following format:
0 commit comments