Git - Remote Repositories
You want to change the URL of the remote named 'origin' after adding it with
git remote add origin https://old-url.com/repo.git. Which command correctly updates the URL?