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