1
0
mirror of synced 2026-01-08 21:02:10 -05:00

Merge pull request #27622 from github/repo-sync

repo sync
This commit is contained in:
Octomerger Bot
2022-05-11 16:00:00 -05:00
committed by GitHub

View File

@@ -154,7 +154,7 @@ When you fork a project in order to propose changes to the original repository,
6. Type `git remote add upstream`, and then paste the URL you copied in Step 3 and press **Enter**. It will look like this:
```shell
$ git remote add upstream https://{% data variables.command_line.codeblock %}/octocat/Spoon-Knife.git
$ git remote add upstream https://{% data variables.command_line.codeblock %}/YOUR_USERNAME/Spoon-Knife.git
```
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`.