Skip to content

Commit

Permalink
Merge pull request Anjaliavv51#117 from Acesif/update-readme
Browse files Browse the repository at this point in the history
 README.md Updated
  • Loading branch information
gauravsingh1281 authored Oct 31, 2023
2 parents c3eaa01 + 4577124 commit f7160cb
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,16 @@ You can propose a feature by raising an issue. But before that make sure the fea
9. ```
npm install
```
11. **Create a new branch for your contribution:**
10. **Add the changes you made**
You could either use this to add all the changes you made
```
git add .
```
or, you could specify the files you want to include in the commit
```
git add file1 file2
```
12. **Create a new branch for your contribution:**
```
git checkout -b your-branch-name
```
Expand Down

0 comments on commit f7160cb

Please sign in to comment.