Skip to content

Commit

Permalink
Merge pull request #746 from Sai-Suraj-27/fix_branch_name
Browse files Browse the repository at this point in the history
Fixed branch name from `master` to `main` in the contributing guide.
  • Loading branch information
dartpain authored Oct 31, 2023
2 parents 8289067 + cdb2466 commit 0db40ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Here's a step-by-step guide on how to contribute to DocsGPT:
- 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
git pull upstream main
```

4. **Create and Switch to a New Branch:**
Expand Down

2 comments on commit 0db40ec

@vercel
Copy link

@vercel vercel bot commented on 0db40ec Oct 31, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

docs-gpt – ./frontend

docs-gpt-git-main-arc53.vercel.app
docs-gpt-brown.vercel.app
docs-gpt-arc53.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 0db40ec Oct 31, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nextra-docsgpt – ./docs

docs.docsgpt.co.uk
nextra-docsgpt.vercel.app
nextra-docsgpt-git-main-arc53.vercel.app
nextra-docsgpt-arc53.vercel.app

Please sign in to comment.