Skip to content

Commit 1b3b0e2

Browse files
authored
Merge pull request #17786 from ckarampa/patch-3
Typo in adding upstream repository.
2 parents 9e89413 + f424333 commit 1b3b0e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/get-started/quickstart/fork-a-repo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ When you fork a project in order to propose changes to the original repository,
154154

155155
6. Type `git remote add upstream`, and then paste the URL you copied in Step 3 and press **Enter**. It will look like this:
156156
```shell
157-
$ git remote add upstream https://{% data variables.command_line.codeblock %}/YOUR_USERNAME/Spoon-Knife.git
157+
$ git remote add upstream https://{% data variables.command_line.codeblock %}/ORIGINAL_OWNER/Spoon-Knife.git
158158
```
159159

160160
7. To verify the new upstream repository you have specified for your fork, type `git remote -v` again. You should see the URL for your fork as `origin`, and the URL for the original repository as `upstream`.

0 commit comments

Comments
 (0)