Skip to content

Commit

Permalink
Fix command to add upstream (#18558)
Browse files Browse the repository at this point in the history
  • Loading branch information
ceyhun authored and Soean committed Nov 17, 2019
1 parent 994a9f2 commit e6d9398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/contributors/git-workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit e6d9398

Please sign in to comment.