mirror of
https://github.com/milvus-io/milvus.git
synced 2026-07-21 10:15:43 +00:00
[skip-ci]Fix github workflow code (#7923)
Signed-off-by: yangxuan <xuan.yang@zilliz.com>
This commit is contained in:
+2
-3
@@ -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
|
||||
```
|
||||
|
||||

|
||||
|
||||
Reference in New Issue
Block a user