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
+6-10Lines changed: 6 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -2,17 +2,13 @@
2
2
3
3
From this module on you'll submit your homework only using GIT and GitHub.
4
4
5
-
6
5
## 1. GitHub homework guide
7
6
8
7
Follow the walkthrough to learn how to submit your homework for each week:
9
8
10
9
ONE TIME ONLY (START OF EVERY MODULE)
11
10
12
-
1. Create a [fork](https://help.github.com/en/articles/fork-a-repo) of the module repository under
13
-
the HackYourFuture user.
14
-
For example, for JavaScript1, the module repository is `https://www.github.com/HackYourFuture/JavaScript1`.
15
-
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/HackYourHomework/JavaScript1`. (You can find the `fork` option on the top right corner of the repository.)
16
12
2. Navigate to the URL of the cloned repository (it should be in your personal GitHub account, under "repositories")
17
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
18
14
4. On your local machine, navigate to the folder using the command line
@@ -24,17 +20,17 @@ EVERY WEEK
24
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`
25
21
3. Once you're finished, add and commit everything. Make the commit message meaningful, for example `finished project for homework week1`
26
22
4. Push the branch to your forked repository
27
-
5. On the GitHub page of your forked repository, click on the `create pull request` button.
28
-
Make sure that the `base repository` is the module repository E.g. `https://www.github.com/HackYourFuture/JavaScript1.git`,
29
-
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/HackYourHomework/JavaScript1`, on branch `master`.
30
24
6. Give the pull request a title in the following format:
31
25
32
26
```markdown
33
27
Homework week 1 <Your name>
34
28
```
35
29
36
-
7. Submit the pull request from your forked repository branch into the `master` branch of the module repository.
37
-
Note that you are comparing `your branch + your repository` with the `master branch + module repository`.
30
+
7. Submit the pull request from your forked repository. You can do this by clicking 'new pull request':
31
+
32
+

33
+
38
34
8. Do a little victory dance because you did it! Good job!
39
35
40
36
For a visual walkthrough the steps please watch the following video one of our teachers, Unmesh Joshi, has made:
0 commit comments