Skip to content

Commit

Permalink
Fixed typo for new git url.
Browse files Browse the repository at this point in the history
  • Loading branch information
patcon authored Jan 23, 2025
1 parent 18a0034 commit 8439843
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 8439843

Please sign in to comment.