We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ad1bc8 commit 53d6aecCopy full SHA for 53d6aec
1 file changed
Week5/MAKEME.md
@@ -1,5 +1,17 @@
1
## Homework Week 5
2
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
15
You are going to continue using your homework from the previous weeks, and we are going to extend it.
16
You will have to change some functions you wrote, and depending on how well you did you may or may
17
not have to change all your code ;).
0 commit comments