1
0
mirror of synced 2025-12-30 03:01:36 -05:00

Merge pull request #22338 from Viicos/typo-managing-remotes

Remove extra `>` character in `Managing remote repositories`
This commit is contained in:
Courtney Wilson
2022-11-29 08:26:53 -06:00
committed by GitHub

View File

@@ -36,7 +36,7 @@ The `git remote add` command takes two arguments:
For example:
```shell
$ git remote add origin https://{% data variables.command_line.codeblock %}/USER/REPO>.git
$ git remote add origin https://{% data variables.command_line.codeblock %}/USER/REPO.git
# Set a new remote
$ git remote -v