Browse Source
update how-to-contribute.md.
Signed-off-by: Kevin Zhang <zhangjinnan@hotmail.com>
main
Kevin Zhang
Gitee
2 months ago
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with
0 additions and
1 deletions
-
how-to-contribute.md
|
|
|
@@ -18,7 +18,6 @@ |
|
|
|
- **目的**:将您Fork的项目仓库克隆到本地,以便在本地进行修改。 |
|
|
|
- **步骤**: |
|
|
|
- 在您的本地机器上,使用`git clone`命令将项目仓库Fork的仓库克隆到本地。 |
|
|
|
<img src="./images/readme_project_clone.png"> |
|
|
|
```sh |
|
|
|
git clone https://gitee.com/giteeuseid/GPUCodeForces.git |
|
|
|
``` |
|
|
|
|