diff --git a/docs/contributors/git-workflow.md b/docs/contributors/git-workflow.md index 5fe7a79d556fa..651b033a47f3c 100644 --- a/docs/contributors/git-workflow.md +++ b/docs/contributors/git-workflow.md @@ -46,7 +46,7 @@ Working on pull request starts with forking the Gutenberg repository, your separ You will need to add an `upstream` remote in order to keep your fork updated. ```sh -git remote add origin upstream https://github.com/WordPress/gutenberg.git +git remote add upstream https://github.com/WordPress/gutenberg.git git remote -v origin git@github.com:your-account/gutenberg.git (fetch) origin git@github.com:your-account/gutenberg.git (push)