Skip to content

Commit 8439843

Browse files
authored
Fixed typo for new git url.
1 parent 18a0034 commit 8439843

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/get-started/using-git/splitting-a-subfolder-out-into-a-new-repository.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ If you create a new clone of the repository, you won't lose any of your Git hist
7171
1. Add a new remote name with the URL you copied for your repository. For example, `origin` or `upstream` are two common choices.
7272

7373
```shell
74-
git remote add origin https://{% data variables.product.product_url %}/USERNAME/REPOSITORY-NAME.git
74+
git remote add origin https://{% data variables.product.product_url %}/USERNAME/NEW-REPOSITORY-NAME.git
7575
```
7676

7777
1. Verify that the remote URL was added with your new repository name.

0 commit comments

Comments
 (0)