pull/663/head
neha3423 7 months ago
parent 960365a063
commit 6cbe4f2ea7

@ -63,13 +63,13 @@ Here's a step-by-step guide on how to contribute to DocsGPT:
git clone https://github.com/<your-github-username>/DocsGPT.git
'''
3. **Keep your in Sync:**
- Before you make any changes, make sure that your fork is in sync to avoid merge conflicts.
3. **Keep your Fork in Sync:**
- Before you make any changes, make sure that your fork is in sync to avoid merge conflicts using:
'''shell
git remote add upstream https://github.com/arc53/DocsGPT.git
git pull upstream master
'''
4. **Create and Switch to a New Branch:**
- Create a new branch for your contribution using:
```shell

Loading…
Cancel
Save