From 84398433fd24e0c5d71dff106daedc1e20858904 Mon Sep 17 00:00:00 2001 From: Patrick Connolly Date: Thu, 23 Jan 2025 14:24:24 -0500 Subject: [PATCH] Fixed typo for new git url. --- .../splitting-a-subfolder-out-into-a-new-repository.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/get-started/using-git/splitting-a-subfolder-out-into-a-new-repository.md b/content/get-started/using-git/splitting-a-subfolder-out-into-a-new-repository.md index 0c613d99b217..b497293ff663 100644 --- a/content/get-started/using-git/splitting-a-subfolder-out-into-a-new-repository.md +++ b/content/get-started/using-git/splitting-a-subfolder-out-into-a-new-repository.md @@ -71,7 +71,7 @@ If you create a new clone of the repository, you won't lose any of your Git hist 1. Add a new remote name with the URL you copied for your repository. For example, `origin` or `upstream` are two common choices. ```shell - git remote add origin https://{% data variables.product.product_url %}/USERNAME/REPOSITORY-NAME.git + git remote add origin https://{% data variables.product.product_url %}/USERNAME/NEW-REPOSITORY-NAME.git ``` 1. Verify that the remote URL was added with your new repository name.