If you want to remove a remote repository URL from Git, you can do so with the command below.
git remote remove <remote_name>
Replace <remote_name>
with the name you used to save the remote URL.
For example:
git remote remove origin
If you want to remove a remote repository URL from Git, you can do so with the command below.
git remote remove <remote_name>
Replace <remote_name>
with the name you used to save the remote URL.
For example:
git remote remove origin