Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed typo for new git url. #36039

Closed
wants to merge 1 commit into from
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
Loading