From 4f301495d51cffb7c65d59a154b7f4de0af2e1af Mon Sep 17 00:00:00 2001 From: wusongqing Date: Wed, 6 Oct 2021 16:16:37 +0800 Subject: [PATCH] updated docs Signed-off-by: wusongqing --- en/contribute/contribution-process.md | 1 + 1 file changed, 1 insertion(+) diff --git a/en/contribute/contribution-process.md b/en/contribute/contribution-process.md index 8a722ae1b3d..1cbdf91cd72 100755 --- a/en/contribute/contribution-process.md +++ b/en/contribute/contribution-process.md @@ -81,6 +81,7 @@ Perform the following steps to download the code in the repository to your compu Update your local branch. ``` + git remote add origin $remote_link git fetch origin git checkout master git pull --rebase -- Gitee