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

Commit 8e8c695

Browse files
author
Efereyan Karen Simisola
committed
Add more info about staging changes
1 parent 8f5fcf9 commit 8e8c695

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

README.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Questions can be asked by raising an `Issue`.
2525
- Using git on your local machine. Do this to download the forked copy of this repo to your computer
2626

2727
```
28-
git clone https://github.com/yourGithubUsername/hacktoberfest-practice.git
28+
git clone https://github.com/yourGithubUsername/hacktoberfest-practice.git
2929
```
3030

3131
- switch to the cloned folder. This can be done with Gitbash or the integrated terminal in the VSCode editor
@@ -40,14 +40,16 @@ Questions can be asked by raising an `Issue`.
4040
git checkout -b <name of new branch>
4141
```
4242

43-
- Make changes in your repo by opening the README.md file and adding your full name along with a link to your github profile
43+
<!-- - Make changes in your repo by opening the README.md file and adding your full name along with a link to your github profile -->
4444

45-
```
46-
open ReadMe. md
47-
On a new line type in ..
48-
Full Name [github.com/githubUsername]
49-
```
50-
- Stage your changes
45+
- Open the file README. md
46+
47+
- On a new line in alphabetical order, add your name and a link to your Github profile
48+
49+
- For example ,
50+
`[Full Name](https://github.com/your-username)`
51+
52+
- Stage your changes
5153

5254
```
5355
git add README.md
@@ -71,9 +73,8 @@ Questions can be asked by raising an `Issue`.
7173
git push origin <name of your branch>
7274
```
7375

74-
75-
- Pulling your request. Click on the Pull requests tab on the forked github repository.
76-
Note : A pull request allows your changes to be merged with the original project.
76+
- Pulling your request. Click on the Pull requests tab on the forked github repository.
77+
Note : A pull request allows your changes to be merged with the original project.
7778

7879
```
7980
click on pull request

0 commit comments

Comments
 (0)