From 5a0799add5955092c77334e7af8e6551d41ae226 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E5=AD=90=E5=BA=B7?= <396431055@qq.com> Date: Thu, 16 Sep 2021 13:25:24 +0000 Subject: [PATCH] =?UTF-8?q?update=20zh-cn/contribute/=E8=B4=A1=E7=8C=AE?= =?UTF-8?q?=E6=B5=81=E7=A8=8B.md.=20Signed-off-by:=20=E5=90=B4=E5=AD=90?= =?UTF-8?q?=E5=BA=B7=20<=20396431055@qq.com=20>=20=E5=9C=A8/=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E6=8F=90=E4=BA=A4/=E5=8D=95=E4=BB=93=E6=8F=90?= =?UTF-8?q?=E4=BA=A4/=E6=8B=89=E5=88=86=E6=94=AF=E4=B8=AD=E7=9A=84"git=20f?= =?UTF-8?q?etch=20origin"=E5=89=8D=E6=96=B0=E5=8A=A0=E4=B8=80=E8=A1=8C?= =?UTF-8?q?=E5=91=BD=E4=BB=A4"git=20remote=20add=20origin=20$remote=5Flink?= =?UTF-8?q?"=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../\350\264\241\347\214\256\346\265\201\347\250\213.md" | 1 + 1 file changed, 1 insertion(+) diff --git "a/zh-cn/contribute/\350\264\241\347\214\256\346\265\201\347\250\213.md" "b/zh-cn/contribute/\350\264\241\347\214\256\346\265\201\347\250\213.md" index 05963e0d903..27bfb1de308 100755 --- "a/zh-cn/contribute/\350\264\241\347\214\256\346\265\201\347\250\213.md" +++ "b/zh-cn/contribute/\350\264\241\347\214\256\346\265\201\347\250\213.md" @@ -83,6 +83,7 @@ 更新您的本地分支 ``` + git remote add origin $remote_link git fetch origin git checkout master git pull --rebase -- Gitee