Como mudar de origem remota git
git remote set-url origin new.git.url/here
Kasmin Nicko
git remote set-url origin new.git.url/here
git remote set-url origin [email protected]:/your-repository.git
git remote add origin [email protected]:nikhilbhardwaj/abc.git
$ git remote set-url <remote_name> <remote_url>