set the origin git remote to this url code example
Example 1: git update remote origin
git remote set-url origin new.git.url/here
Example 2: change remote repository git
git remote set-url origin [email protected]:/your-repository.git
Example 3: set remote url git
$ git remote set-url origin https://github.com/USERNAME/REPOSITORY.git
Example 4: git set remote
git remote set-url origin https://github.com/USERNAME/REPOSITORY.git