Skip to content

Commit

Permalink
Make changes to initial decription and explanation
Browse files Browse the repository at this point in the history
- suggested by @shristi-0312
  • Loading branch information
SaicharanKandukuri committed Sep 6, 2022
1 parent 6e63204 commit 8ec671c
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
# Hi there πŸ‘‹
Thanks for taking the time to contribute to this org! πŸŽ‰. this page helps you get started with contributing to this org. πŸš€
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! πŸŽ‰

## Table of Contents
- [Hi there πŸ‘‹](#hi-there-)
- [Table of Contents](#table-of-contents)
- [Quick intro with `git`](#quick-intro-with-git)
- [Cloning a repository](#cloning-a-repository)
- [Initializing repository](#initializing-repository)
- [Submitting changes](#submitting-changes)

<hr/>
Expand All @@ -15,24 +14,14 @@ Thanks for taking the time to contribute to this org! πŸŽ‰. this page helps you
Here is a quick intro for github users who are not familiar with git.

### Cloning a repository
To clone a repository, you need to copy the url of the repository and then run the following command:
for cloning repository `clone` option is used.
```bash
git clone <link>
```

> replace `<link>` with the url of the repository
### Initializing repository
to initialize a folder or a workspace as a git repository, you can use the following command:
```bash
git init
```

> Make sure you are in the right folder before running this command.
> Only used when creating **new** repository
### Submitting changes
after making changes to file you can use this set this commands to push chages to GitHub server.

```bash
git pull -v
Expand Down

0 comments on commit 8ec671c

Please sign in to comment.