Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Amruta7203 authored Jun 24, 2024
1 parent c2677d4 commit 090fc5a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ git clone https://github.com/Counselllor/Counsellor-Web.git
```bash
cd <repo-name>
git remote add upstream https://github.com/<upstream-owner>/<repo-name>
git remote -v # To the check the remotes for this repository
git remote -v # To the check the remotes for this repository
git pull upstream master # to pull recent changes
```

- If the project is forked already, update the copy before working.
Expand Down

0 comments on commit 090fc5a

Please sign in to comment.