Merge pull request #40 from co63oc/patch-2

Update develop.md

no code change, gated tests not required.
This commit is contained in:
Yingda Chen
2022-12-03 11:34:09 +08:00
committed by GitHub

View File

@@ -144,7 +144,7 @@ git pull origin branch_name
1. Get the latest master code and checkout a new branch for local development.
```shell
git pull origin master --rebase
git checout -b dev/my-dev-branch
git checkout -b dev/my-dev-branch
```
note: replace "dev/my-dev-branch" with a meaningful branch name. We recommend using a new dev branch for every change.
2. Make your local changes.