git client how to change remote repository code example
Example: how to change remote origin guit
$ git remote set-url origin git@github.com:USERNAME/REPOSITORY.git
$ git remote set-url origin git@github.com:USERNAME/REPOSITORY.git