Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 75165e9

Browse filesBrowse files
authored
Update hand-in-homework-guide.md
1 parent 37f47b1 commit 75165e9
Copy full SHA for 75165e9

File tree

Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed
Open diff view settings
Collapse file

‎hand-in-homework-guide.md‎

Copy file name to clipboardExpand all lines: hand-in-homework-guide.md
+3-3Lines changed: 3 additions & 3 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ 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
13+
1. Create a [fork](https://help.github.com/en/articles/fork-a-repo) of the teacher's forked repository (ask in Slack what the URL for it is). You do this by using the `fork` option on the top right
1414
2. Navigate to the URL of the cloned repository (it should be in your personal GitHub account, under "repositories")
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
@@ -22,14 +22,14 @@ EVERY WEEK
2222
2. Inside the correct week folder, create another folder called `homework`. Make your homework files in there, while on the correct branch
2323
3. Once you're finished, add and commit everything. Make the commit message meaningful, for example `finished project for homework week1`
2424
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
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 repository, 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
3333
8. Do a little victory dance because you did it! Good job!
3434

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

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.