diff --git a/en/contribute/contribution-process.md b/en/contribute/contribution-process.md index 8a722ae1b3dc6a4a6de0efa3bfe4520b4963559a..1cbdf91cd72cbc247224f566f96ad3af29d76570 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