Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank You 😘👍

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you I will figure out

```

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