@dana
When you want to add, change, or remove remote URL to an existing Git repository, you should use the git remote
command instead of clone
. The git remote
command helps you to manage remote repositories and create new connections to remote repositories.