[skip-ci]Fix github workflow code (#7923)

Signed-off-by: yangxuan <xuan.yang@zilliz.com>
pull/7926/head
XuanYang-cn 2021-09-14 19:31:48 +08:00 committed by GitHub
parent ee4cabffc8
commit ee85067f20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

@ -47,9 +47,8 @@ Remember to [sync your forked repository](https://docs.github.com/en/github/gett
```shell
git remote add upstream git@github.com:milvus-io/milvus.git
git checkout master
git pull upstream master
git checkout -b my-topic-branch
git fetch upstream
git checkout upstream/master -b my-topic-branch
```
![](docs/developer_guides/figs/local-develop-steps.png)