Browse Source
update how-to-contribute.md.
修正git clone用开发者Fork的仓库作为上游仓库。
Signed-off-by: Kevin Zhang <zhangjinnan@hotmail.com>
main
Kevin Zhang
Gitee
3 months ago
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with
1 additions and
1 deletions
-
how-to-contribute.md
|
|
@@ -13,7 +13,7 @@ |
|
|
- **步骤**: |
|
|
- **步骤**: |
|
|
- 在您的本地机器上,使用`git clone`命令将项目仓库Fork的仓库克隆到本地。 |
|
|
- 在您的本地机器上,使用`git clone`命令将项目仓库Fork的仓库克隆到本地。 |
|
|
```sh |
|
|
```sh |
|
|
git clone https://gitee.com/ccf-ai-infra/GPUKernelContest.git |
|
|
|
|
|
|
|
|
git clone https://gitee.com/giteeuseid/GPUKernelContest.git |
|
|
``` |
|
|
``` |
|
|
备注:`giteeuseid替换您的url`。 |
|
|
备注:`giteeuseid替换您的url`。 |
|
|
|
|
|
|
|
|
|