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

Skip to content

Commit 2e5759a

Browse files
author
Noer Paanakker
committed
Updated hand in homework guide
1 parent 501df54 commit 2e5759a

File tree

1 file changed

+8
-12
lines changed

1 file changed

+8
-12
lines changed

hand-in-homework-guide.md

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,30 +10,26 @@ Follow the walkthrough to learn how to submit your homework for each week:
1010

1111
ONE TIME ONLY (START OF EVERY MODULE)
1212

13-
1. Create a [fork](https://help.github.com/en/articles/fork-a-repo) of the original module repository. You do this by using the `fork` option on the top right
14-
2. Navigate to the URL of the cloned repository (it should be in your personal GitHub account, under "repositories")
13+
1. Create a [fork](https://help.github.com/en/articles/fork-a-repo) of the following repository: [HackYourHomework/JavaScript3](https://www.github.com/hackyourhomework/javascript3). You do this by using the `fork` option on the top right
14+
2. Navigate to the URL of the forked repository (it should be in your personal GitHub account, under "repositories", under the name `<YOUR_GITHUB_ACCOUNTNAME>/JavaScript3`)
1515
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
1616
4. On your local machine, navigate to the folder using the command line
17-
5. Make sure you've cloned it correctly by running `git status` from the command line.
17+
5. Make sure you've cloned it correctly by running `git status` and `git remote -v` from the command line
1818

1919
EVERY WEEK
2020

2121
1. Create a new branch for each week you have homework. For example, for the week 1 homework for JavaScript3 create a branch called `week-1-homework-YOUR_NAME`
22-
2. Inside the correct week folder, create another folder called `homework`. Make your homework files in there, while on the correct branch
23-
3. Once you're finished, add and commit everything. Make the commit message meaningful, for example `finished project for homework week1`
24-
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 the original, on branch master
22+
2. Inside the week folder, create another folder called `homework`. Create your homework files in there, while on the correct branch
23+
3. Once you're finished, `add` and `commit` everything. Make the commit message meaningful, for example `finished project for homework week1`
24+
4. Push the branch to your forked repository (`<YOUR_GITHUB_ACCOUNTNAME>/JavaScript3`)
25+
5. On the GitHub page of this repository, click on the `create pull request` button. Make sure the `base repository` is `HackYourHomework/JavaScript3`, on branch master
2626
6. Give the pull request a title in the following format:
2727

2828
```markdown
2929
Homework week 1 <Your name>
3030
```
3131

32-
7. Submit the pull request from your forked repository branch into the `master` branch of the original repository
32+
7. Submit the pull request from your forked repository branch into the `master` branch of the original repository (`HackYourHomework/JavaScript3`)
3333
8. Do a little victory dance because you did it! Good job!
3434

35-
For a visual walkthrough the steps please watch the following video one of our teachers, Unmesh Joshi, has made:
36-
37-
- [GitHub Homework flow](https://www.youtube.com/watch?v=2qJPAVTiKPE)
38-
3935
If you have any questions or if something is not entirely clear ¯\\\_(ツ)\_/¯, please ask/comment on Slack!

0 commit comments

Comments
 (0)