Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d89e20a

Browse files
committed
suggest changes in the phrasing of module repository
teacher's repository might be confusing for some students. We change teachers for every module and some teachers might not have the most up-to-date repositories
1 parent 26c0b44 commit d89e20a

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

hand-in-homework-guide.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,17 @@
22

33
From this module on you'll submit your homework only using GIT and GitHub.
44

5-
1. [GitHub](https://www.github.com/HackYourFuture/JavaScript1)
65

76
## 1. GitHub homework guide
87

98
Follow the walkthrough to learn how to submit your homework for each week:
109

1110
ONE TIME ONLY (START OF EVERY MODULE)
1211

13-
1. Create a [fork](https://help.github.com/en/articles/fork-a-repo) of your teacher's module repository. You do this by using the `fork` option on the top right corner of their repository
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.
1416
2. Navigate to the URL of the cloned repository (it should be in your personal GitHub account, under "repositories")
1517
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
1618
4. On your local machine, navigate to the folder using the command line
@@ -22,14 +24,17 @@ EVERY WEEK
2224
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`
2325
3. Once you're finished, add and commit everything. Make the commit message meaningful, for example `finished project for homework week1`
2426
4. Push the branch to your forked repository
25-
5. On the GitHub page of your forked repository, click on the `create pull request` button. Make sure the `base repository` is your teacher's, on branch master
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.
2630
6. Give the pull request a title in the following format:
2731

2832
```markdown
2933
Homework week 1 <Your name>
3034
```
3135

32-
7. Submit the pull request from your forked repository branch into the `master` branch of your teacher's repository
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`.
3338
8. Do a little victory dance because you did it! Good job!
3439

3540
For a visual walkthrough the steps please watch the following video one of our teachers, Unmesh Joshi, has made:

0 commit comments

Comments
 (0)