Browse Source

Merge pull request #40 from co63oc/patch-2

Update develop.md

no code change, gated tests not required.
master^2
Yingda Chen GitHub 2 years ago
parent
commit
33934fccf7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docs/source/develop.md

+ 1
- 1
docs/source/develop.md 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.


Loading…
Cancel
Save