$ git remote -v
origin https://github.com/OWNER/REPOSITORY.git (fetch) origin https://github.com/OWNER/REPOSITORY.git (push)
$ git remote rename origin destination
$ git remote -v
destination https://github.com/OWNER/REPOSITORY.git (fetch) destination https://github.com/OWNER/REPOSITORY.git (push)