This commit is contained in:
neha3423
2023-10-22 11:38:23 +05:30
parent 960365a063
commit 6cbe4f2ea7

View File

@@ -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