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

Skip to content

Commit 37f47b1

Browse files
authored
Update hand-in-homework-guide.md
1 parent 865c94a commit 37f47b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hand-in-homework-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ ONE TIME ONLY (START OF EVERY MODULE)
1818

1919
EVERY WEEK
2020

21-
1. Create a new branch for each week you have homework. For example, for the week 1 homework for JavaScript1 create a branch called `week-1-homework-YOUR_NAME`
22-
2. Make your homework in the right folder, while in this branch
21+
1. Create a new branch for each week you have homework. For example, for the week 1 homework for JavaScript2 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
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
2525
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

0 commit comments

Comments
 (0)