Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Commit b184d66

Browse files
authored
Merge pull request #103 from rperry99/add-rperry99
Add my name to the list
2 parents 7cf9dae + 713808b commit b184d66

File tree

1 file changed

+30
-26
lines changed

1 file changed

+30
-26
lines changed

README.md

Lines changed: 30 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# 👨‍💻Hacktoberfest 2020: What is it? Click on the poster below for more details📽
2+
23
[![Watch The Video](https://hacktoberfest.digitalocean.com/og-hf-teaser.png)](https://youtu.be/XFLlakeNO10)
4+
35
# Hacktoberfest Practice Pull Requests
46

57
Repo for you to raise a Pull Request for practice.
@@ -20,57 +22,58 @@ Questions can be asked by raising an `Issue`.
2022
click on the clone button (green in colour).
2123
```
2224

23-
- Using git on your local machine
24-
25+
- Using git on your local machine
26+
2527
```
2628
git clone https://github.com/eddiejaoude/hacktoberfest-practice.git
2729
```
28-
29-
- switch to the cloned folder
30+
31+
- switch to the cloned folder
3032

3133
```
3234
cd hacktoberfest-practice
3335
```
3436

35-
- Make a new branch
36-
37+
- Make a new branch
38+
3739
```
3840
git checkout -b <name of new branch>
3941
```
4042

41-
- Make changes in your repo
43+
- Make changes in your repo
4244

4345
```
4446
touch text.txt
4547
echo "Hallo world" > text.txt
4648
git add text.txt
47-
```
48-
49-
- Commit the changes
49+
```
5050

51-
```
52-
git commit -m "Initial commit"
53-
```
51+
- Commit the changes
5452

55-
- Check the staus of your repository
53+
```
54+
git commit -m "Initial commit"
55+
```
5656

57-
```
58-
git status
59-
```
60-
61-
- Pushing your repository to github
57+
- Check the staus of your repository
6258

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+
```
6668

67-
- Pulling your request
69+
- Pulling your request
6870

69-
```
70-
click on pull request
71-
```
71+
```
72+
click on pull request
73+
```
7274

7375
## Hacktoberfest community
76+
7477
- [Aarul Mishra](https://github.com/Aarul14)
7578
- [Abdullahi Musa](https://github.com/Abdullahi001)
7679
- [Abhinav Vedmala](https://github.com/mrswagbhinav/)
@@ -125,6 +128,7 @@ Questions can be asked by raising an `Issue`.
125128
- [Ritvij Kumar Sharma](https://github.com/ritvij14)
126129
- [Robert Kay Jr](https://github.com/RobertKayJr/)
127130
- [Rodrigo Avila](https://github.com/rodrigo398)
131+
- [Russ Perry](https://github.com/rperry99)
128132
- [Sajid305](https://github.com/Sajid305)
129133
- [Samuel Z. Bouye](https://github.com/zamblebi)
130134
- [Satya Abhishek](https://github.com/kashek85)

0 commit comments

Comments
 (0)