Skip to content

Commit 53d6aec

Browse files
author
T.M. Meijers
authored
Update MAKEME.md
1 parent 5ad1bc8 commit 53d6aec

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

Week5/MAKEME.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
## Homework Week 5
22

3+
### Git
4+
5+
1. Create a branch called `MyBranch` in the repository `MyFirst`.
6+
7+
2. Create the files `leaf1.txt`, `leaf2.txt`, `flower.txt` and `fruit.txt` and write some content in them.
8+
9+
3. Create a corresponding remote tracking branch on GitHub and push this branch to the Github remote you just created.
10+
11+
4. Merge `MyBranch` with the `master` branch
12+
13+
### JS
14+
315
You are going to continue using your homework from the previous weeks, and we are going to extend it.
416
You will have to change some functions you wrote, and depending on how well you did you may or may
517
not have to change all your code ;).

0 commit comments

Comments
 (0)