File tree Expand file tree Collapse file tree 1 file changed +4
-11
lines changed Expand file tree Collapse file tree 1 file changed +4
-11
lines changed Original file line number Diff line number Diff line change 17
17
18
18
### Exercise 1:
19
19
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
22
21
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.
32
25
33
26
### 2. Responsive design challenges
34
27
You can’t perform that action at this time.
0 commit comments