From 48417a3c86a3d8ae458f8c86e9f78e2957e482b7 Mon Sep 17 00:00:00 2001 From: Kevin Zhang Date: Fri, 5 Sep 2025 01:17:09 +0000 Subject: [PATCH] update how-to-contribute.md. Signed-off-by: Kevin Zhang --- how-to-contribute.md | 1 - 1 file changed, 1 deletion(-) diff --git a/how-to-contribute.md b/how-to-contribute.md index d4034f0..8f8a598 100644 --- a/how-to-contribute.md +++ b/how-to-contribute.md @@ -18,7 +18,6 @@ - **目的**:将您Fork的项目仓库克隆到本地,以便在本地进行修改。 - **步骤**: - 在您的本地机器上,使用`git clone`命令将项目仓库Fork的仓库克隆到本地。 - ```sh git clone https://gitee.com/giteeuseid/GPUCodeForces.git ```