how to change remote origin url code example
Example 1: git overwrite urlk
# Overwriting an existing git url:
git remote set-url origin <git_url>
Example 2: git change remote
$ git remote set-url origin https://github.com/USERNAME/REPOSITORY.git