Skip to content

Commit

Permalink
Merge pull request #4 from esramish/repo-name-correction
Browse files Browse the repository at this point in the history
Corrected typo instances of repo name
  • Loading branch information
WHAHA-HA committed Jun 16, 2022
2 parents 964311a + c763d62 commit 6794f83
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## Before contributing

Welcome to
[Daily Coding Problem Solutions](https://github.com/ruppysuppy/Daily-Coding-Challenge-Solutions)!
[Daily Coding Problem Solutions](https://github.com/ruppysuppy/Daily-Coding-Problem-Solutions)!
Before sending your pull requests, make sure that you read the whole guidelines.

## Contributing
Expand Down Expand Up @@ -34,23 +34,23 @@ Such pull requests will be closed immediately and labeled as `invalid`.
1. If you are a first-time contributor:

- Go to
[https://github.com/ruppysuppy/Daily-Coding-Challenge-Solutions](https://github.com/ruppysuppy/Daily-Coding-Challenge-Solutions)
[https://github.com/ruppysuppy/Daily-Coding-Problem-Solutions](https://github.com/ruppysuppy/Daily-Coding-Problem-Solutions)
and click the `fork` button to create your own copy of the project.

- Clone the project to your local computer:
```
git clone https://github.com/<your-username>/Daily-Coding-Challenge-Solutions.git
git clone https://github.com/<your-username>/Daily-Coding-Problem-Solutions.git
```
- Change the directory:
```
cd Daily-Coding-Challenge-Solutions
cd Daily-Coding-Problem-Solutions
```
- Add the upstream repository:
```
git remote add upstream https://github.com/ruppysuppy/Daily-Coding-Challenge-Solutions.git
git remote add upstream https://github.com/ruppysuppy/Daily-Coding-Problem-Solutions.git
```
- Now, git remote -v will show two remote repositories named:
Expand Down

0 comments on commit 6794f83

Please sign in to comment.