1
1
# 👨💻Hacktoberfest 2020: What is it? Click on the poster below for more details📽
2
+
2
3
[ ![ Watch The Video] ( https://hacktoberfest.digitalocean.com/og-hf-teaser.png )] ( https://youtu.be/XFLlakeNO10 )
4
+
3
5
# Hacktoberfest Practice Pull Requests
4
6
5
7
Repo for you to raise a Pull Request for practice.
@@ -20,57 +22,58 @@ Questions can be asked by raising an `Issue`.
20
22
click on the clone button (green in colour).
21
23
```
22
24
23
- - Using git on your local machine
24
-
25
+ - Using git on your local machine
26
+
25
27
```
26
28
git clone https://github.com/eddiejaoude/hacktoberfest-practice.git
27
29
```
28
-
29
- - switch to the cloned folder
30
+
31
+ - switch to the cloned folder
30
32
31
33
```
32
34
cd hacktoberfest-practice
33
35
```
34
36
35
- - Make a new branch
36
-
37
+ - Make a new branch
38
+
37
39
```
38
40
git checkout -b <name of new branch>
39
41
```
40
42
41
- - Make changes in your repo
43
+ - Make changes in your repo
42
44
43
45
```
44
46
touch text.txt
45
47
echo "Hallo world" > text.txt
46
48
git add text.txt
47
- ```
48
-
49
- - Commit the changes
49
+ ```
50
50
51
- ```
52
- git commit -m "Initial commit"
53
- ```
51
+ - Commit the changes
54
52
55
- - Check the staus of your repository
53
+ ```
54
+ git commit -m "Initial commit"
55
+ ```
56
56
57
- ```
58
- git status
59
- ```
60
-
61
- - Pushing your repository to github
57
+ - Check the staus of your repository
62
58
63
- ```
64
- git push origin <name of your branch>
65
- ```
59
+ ```
60
+ git status
61
+ ```
62
+
63
+ - Pushing your repository to github
64
+
65
+ ```
66
+ git push origin <name of your branch>
67
+ ```
66
68
67
- - Pulling your request
69
+ - Pulling your request
68
70
69
- ```
70
- click on pull request
71
- ```
71
+ ```
72
+ click on pull request
73
+ ```
72
74
73
75
## Hacktoberfest community
76
+
74
77
- [ Aarul Mishra] ( https://github.com/Aarul14 )
75
78
- [ Abdullahi Musa] ( https://github.com/Abdullahi001 )
76
79
- [ Abhinav Vedmala] ( https://github.com/mrswagbhinav/ )
@@ -125,6 +128,7 @@ Questions can be asked by raising an `Issue`.
125
128
- [ Ritvij Kumar Sharma] ( https://github.com/ritvij14 )
126
129
- [ Robert Kay Jr] ( https://github.com/RobertKayJr/ )
127
130
- [ Rodrigo Avila] ( https://github.com/rodrigo398 )
131
+ - [ Russ Perry] ( https://github.com/rperry99 )
128
132
- [ Sajid305] ( https://github.com/Sajid305 )
129
133
- [ Samuel Z. Bouye] ( https://github.com/zamblebi )
130
134
- [ Satya Abhishek] ( https://github.com/kashek85 )
0 commit comments