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

Skip to content

Commit 67c0ea3

Browse files
authored
Update exercise 1 to make sense
1 parent 23f141e commit 67c0ea3

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

Week2/MAKEME.md

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,11 @@
1717
1818
### Exercise 1:
1919

20-
1. Ask your teacher to create a repository on her/his Github account
21-
`https://github.com/<TEACHER_NAME>/hyfclass.git` for this homework.
20+
1. Create a repository on Github called favorite-cmd-commands, make sure to check the checkmark about including a README file
2221
2. Clone that repository (Google how to clone a repository).
23-
3. Send the teacher your `Github user name` so that (s)he will give you _write_ access to the repository.
24-
4. You will receive an email notification when (s)he adds you as a collaborator.
25-
5. Accept the invitation for collaboration.
26-
6. Create a file `YOUR_NAME-commands.txt`.
27-
7. Add bash commands that you like (at least 3). Provide a short description (20 characters~) for each.
28-
8. Then `git add`, `git commit` and `git push` the file to your GitHub repository.
29-
30-
- **Do not merge the changes to the `master` branch**.
31-
- **Do not make any changes to the `master` branch**.
22+
3. Create a file `YOUR_NAME-commands.txt`.
23+
4. Add bash commands that you like (at least 3). Provide a short description (20 characters~) for each.
24+
5. Then `git add`, `git commit` and `git push` the file to your GitHub repository.
3225

3326
### 2. Responsive design challenges
3427

0 commit comments

Comments
 (0)