Skip to content

Commit

Permalink
Merge pull request #1181 from karthiknadar1204/karthiknadar1204-patch-2
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
akshitagupta15june authored Jul 23, 2023
2 parents 7b98e66 + 63d3948 commit d5d0722
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,23 +156,23 @@ git checkout -b fix-issue-<ISSUE-NUMBER>
git status -s
```

* Add all the files to the staging area
5. Add all the files to the staging area
```sh
git add .
```
or
```sh
git add <file_name1> <file_name2>
```
5. Commit your changes
6. Commit your changes
```sh
git commit -m "<EXPLAIN-YOUR_CHANGES>"
```
6. Push your changes
7. Push your changes
```sh
git push origin fix-issue-<ISSUE-NUMBER>
```
7. Open a Pull Request
8. Open a Pull Request
## 👩‍💻 Project Admin

<table>
Expand Down

0 comments on commit d5d0722

Please sign in to comment.