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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,8 +18,8 @@ ONE TIME ONLY (START OF EVERY MODULE)
18
18
19
19
EVERY WEEK
20
20
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
23
23
3. Once you're finished, add and commit everything. Make the commit message meaningful, for example `finished project for homework week1`
24
24
4. Push the branch to your forked repository
25
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
0 commit comments