Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Aryan-Lohia authored Oct 12, 2023
1 parent 4745519 commit 57b0e78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
- Fork the repository
- Clone your forked repository:
```bash
git clone https://github.com/Aryan-Lohia/GDSC-SMIT-App.git
git clone https://github.com/gdscsmit/GDSC-SMIT-App.git
```
- Navigate to the project directory:
```bash
Expand Down Expand Up @@ -49,7 +49,7 @@ git push origin your-username
An easy way to avoid conflicts is to add an 'upstream' for your git repo, as other PR's may be merged while you're working on your branch/fork.

```bash
git remote add upstream https://github.com/Aryan-Lohia/GDSC-SMIT-App.git
git remote add upstream https://github.com/gdscsmit/GDSC-SMIT-App.git
```

You can verify that the new remote has been added by typing
Expand Down

0 comments on commit 57b0e78

Please sign in to comment.