forked from returnDevBootcamp/git-introduction
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathkhadar abdullahi
More file actions
32 lines (25 loc) · 1.24 KB
/
khadar abdullahi
File metadata and controls
32 lines (25 loc) · 1.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Git Lesson Homework
To complete this homework you should
1. Fork this repository to create version on your profile
2. Clone the new repository from your profile using Github Desktop
3. Create a new file called `FIRSTNAME_LASTNAME`
- For example, if your name is Mohamed Ali then call your file `MOHAMED_ALI`
4. In this file, write an introduction yourself. You should include:
1. Your name
khadar abdullahi
2. Where you where born
Djibouti
3. What country do you want to live in
Somaliland Hargeisa
4. Your favourite movie
Friday
5. An interesting fact about yourself
short guy but who can crush you in the basketball court hhh
5. `Commit` the file to your repository
6. `Push` the file to Github
7. Open a `Pull Request` to this repository
## Asking for Help
Have you had problems with any of the steps above. Ask for help on Slack - another student or a teacher will be able to help you!
When you ask for help you should always say what exactly isn't work
**Do not write:** "Git doesn't work. Can someone help me?"
**Do write:** "I've tried to push my file using git but it's giving me this error XYZ. I've tried to search Google for the answer but I can't find anything. Can somebody help me?"