From 3b55009ae1295e8c570760d61bc1324721e9af0d Mon Sep 17 00:00:00 2001 From: Victorien Plot Date: Tue, 29 Nov 2022 11:08:05 +0100 Subject: [PATCH] Remove extra `>` character in `Managing remote repositories` --- .../getting-started-with-git/managing-remote-repositories.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/get-started/getting-started-with-git/managing-remote-repositories.md b/content/get-started/getting-started-with-git/managing-remote-repositories.md index d543ff4837..51e271eadf 100644 --- a/content/get-started/getting-started-with-git/managing-remote-repositories.md +++ b/content/get-started/getting-started-with-git/managing-remote-repositories.md @@ -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