Skip to content

Commit

Permalink
doc(CONTRIBUTING): update CONTRIBUTING.md (matrixorigin#3775)
Browse files Browse the repository at this point in the history
fix error: pathspec 'master' did not match any file(s) known to git

Signed-off-by: wanglei4687 <[email protected]>
  • Loading branch information
wanglei4687 authored Jul 6, 2022
1 parent ed44322 commit 774c410
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 @@ -21,8 +21,8 @@ Contributions to MatrixOne fall into the following categories.
Remember to [sync your forked repository](https://docs.github.com/en/get-started/quickstart/fork-a-repo#keep-your-fork-synced) **before** submitting proposed changes upstream. If you have an existing local repository, please update it before you start, to minimize the chance of merge conflicts.
```shell
git remote add upstream [email protected]:matrixorigin/matrixone.git
git checkout master
git pull upstream master
git checkout main
git pull upstream main
git checkout -b topic-branch
```
If you still have some trouble, please refer to [GitHub Docs](https://docs.github.com/en) for help.
Expand Down

0 comments on commit 774c410

Please sign in to comment.