Skip to content

Commit

Permalink
Merge pull request #2626 from peternewman/patch-1
Browse files Browse the repository at this point in the history
Correct the example URL
  • Loading branch information
shati-patel authored Jan 14, 2021
2 parents e609333 + 7a3542d commit 1aebff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/github/using-git/adding-a-remote.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ You may encounter these errors when trying to add a remote.
This error means you've tried to add a remote with a name that already exists in your local repository:

```shell
$ git remote add origin https://{% data variables.command_line.codeblock %}/octocat/Spoon-Knife
$ git remote add origin https://{% data variables.command_line.codeblock %}/octocat/Spoon-Knife.git
> fatal: remote origin already exists.
```

Expand Down

0 comments on commit 1aebff4

Please sign in to comment.