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

Commit 4a20583

Browse files
authored
Missing command in docs (#86)
* Update README.md * Update README.md * Update README.md
1 parent 2e1ae3d commit 4a20583

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

README.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -16,57 +16,56 @@ Questions can be asked by raising an `Issue`.
1616

1717
```
1818
click on the clone button (green in colour).
19-
2019
```
2120

2221
- Using git on your local machine
23-
22+
2423
```
25-
git clone https://github.com/eddiejaoude/hacktoberfest-practice.git
26-
27-
```
24+
git clone https://github.com/eddiejaoude/hacktoberfest-practice.git
25+
```
26+
27+
- switch to the cloned folder
2828

29-
- Make a new branch
3029
```
31-
git checkout -b <name of new branch>
30+
cd hacktoberfest-practice
31+
```
3232

33+
- Make a new branch
34+
35+
```
36+
git checkout -b <name of new branch>
3337
```
3438

35-
- Make changes in your repo
39+
- Make changes in your repo
3640

3741
```
3842
touch text.txt
3943
echo "Hallo world" > text.txt
4044
git add text.txt
41-
4245
```
46+
4347
- Commit the changes
4448

4549
```
46-
git commit -m "Initial commit"
50+
git commit -m "Initial commit"
4751
```
4852

4953
- Check the staus of your repository
5054

5155
```
52-
git status
53-
56+
git status
5457
```
55-
58+
5659
- Pushing your repository to github
5760

5861
```
59-
60-
git push origin <name of your branch>
61-
62+
git push origin <name of your branch>
6263
```
6364

64-
6565
- Pulling your request
6666

6767
```
68-
click on pull request
69-
68+
click on pull request
7069
```
7170

7271
## Hacktoberfest community
@@ -131,3 +130,4 @@ Questions can be asked by raising an `Issue`.
131130
- [Alex Valdez](https://github.com/arevaldez)
132131
- [Jatin Rao](https://github.com/jatin2003)
133132
- [Sumeet Naik](https://github.com/sumeetweb)
133+
- [Gagan Gaur](https://github.com/gagangaur)

0 commit comments

Comments
 (0)