Git remotes
Remote management
Add a remote
git remote add origin https://github.com/user/repo.git
from Github help
Delete a remote
git remote rm destination
from Github help
Renaming a remote
git remote rename origin destination
from Github help