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

Skip to content

Commit 459a5c0

Browse files
committed
added git homework
1 parent cc754f0 commit 459a5c0

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

Week6/MAKEME.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -70,17 +70,23 @@ So for example, we have teams in our organization. You can find out who are in t
7070
Anyway, endless fun and possibilities. Need inspiration, check out the Github API documentation. Oh and please make it look nice (hint: use the stuff you learned in HTML/CSS)!
7171

7272

73-
### Step 1: Git
73+
### Step 4: Git branching homework
7474

75-
> Unmesh will assign you with Git homework later this week
75+
1) Use the unmeshvrije/MyFirst repository (the one you cloned) for this homework.
7676

77-
<!-- 1. Create a branch called `MyBranch` in the repository `MyFirst`.
77+
2) Make a branch.
7878

79-
2. Create the files `leaf1.txt`, `leaf2.txt`, `flower.txt` and `fruit.txt` and write some content in them.
79+
3) Name it YOUR-GITHUB-NAME-dev
8080

81-
3. Create a corresponding remote tracking branch on GitHub and push this branch to the Github remote you just created.
81+
4) Create a file commands.txt in your branch.
8282

83-
4. Merge `MyBranch` with the `master` branch -->
83+
5) Add bash commands that you have learnt with descriptions
84+
85+
6) Then git add, commit and push them in a remote branch.
86+
87+
**Do not merge the changes to master branch.
88+
89+
** Do not make any changes to master branch.
8490

8591

8692
__Bonus__: Write a function takes this array `['a', 'b', 'c', 'd', 'a', 'e', 'f', 'c']` and returns an array which only has unique values in it (so it removes the duplicate ones). Make it a 'smart' algorithm that could do it for every array (only strings/number). Try to make it as fast as possible!

0 commit comments

Comments
 (0)