Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 19 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,57 +16,56 @@ Questions can be asked by raising an `Issue`.

```
click on the clone button (green in colour).

```

- Using git on your local machine

```
git clone https://github.com/eddiejaoude/hacktoberfest-practice.git

```
git clone https://github.com/eddiejaoude/hacktoberfest-practice.git
```

- switch to the cloned folder

- Make a new branch
```
git checkout -b <name of new branch>
cd hacktoberfest-practice
```

- Make a new branch

```
git checkout -b <name of new branch>
```

- Make changes in your repo
- Make changes in your repo

```
touch text.txt
echo "Hallo world" > text.txt
git add text.txt

```

- Commit the changes

```
git commit -m "Initial commit"
git commit -m "Initial commit"
```

- Check the staus of your repository

```
git status

git status
```

- Pushing your repository to github

```

git push origin <name of your branch>

git push origin <name of your branch>
```


- Pulling your request

```
click on pull request

click on pull request
```

## Hacktoberfest community
Expand Down Expand Up @@ -131,3 +130,4 @@ Questions can be asked by raising an `Issue`.
- [Alex Valdez](https://github.com/arevaldez)
- [Jatin Rao](https://github.com/jatin2003)
- [Sumeet Naik](https://github.com/sumeetweb)
- [Gagan Gaur](https://github.com/gagangaur)