Skip to content

Commit

Permalink
do some grammer fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
SaicharanKandukuri committed Sep 6, 2022
1 parent 8ec671c commit 7fb89d4
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Hi there πŸ‘‹
We are overwhelmed to have you as a part of our community. Get started with contributing to this organization. You truly make the difference for us! πŸŽ‰
We are overwhelmed to have you as a part of our community. Get started with contributing to this organization. You truly make a difference for us! πŸŽ‰

## Table of Contents
- [Hi there πŸ‘‹](#hi-there-)
Expand All @@ -11,15 +11,15 @@ We are overwhelmed to have you as a part of our community. Get started with cont
<hr/>

## Quick intro with `git`
Here is a quick intro for github users who are not familiar with git.
Here is a quick intro for GitHub users who are not familiar with git.

### Cloning a repository
for cloning repository `clone` option is used.
```bash
git clone <link>
```

> replace `<link>` with the url of the repository
> replace `<link>` with the URL of the repository
### Submitting changes

Expand All @@ -33,7 +33,7 @@ git push
<details>
<summary> Code Explanation </summary>

Here is a quick explanation of above commands
Here is a quick explanation of the above commands

```bash
git pull -v
Expand Down Expand Up @@ -63,10 +63,8 @@ and option `-m` is used to add a message to the commit.
git push
```

`push` option will push the changes to the github server.
`push` option will push the changes to the GitHub server.

</details>

> refer [GitHub HelloWorld docs](https://docs.github.com/en/get-started/quickstart/hello-world) for a quick intro with github web

> refer [GitHub HelloWorld docs](https://docs.github.com/en/get-started/quickstart/hello-world) for a quick intro with GitHub web

0 comments on commit 7fb89d4

Please sign in to comment.