If the administrator changes the remote repository url then we have to reflect the change to our system as well otherwise there will be problems in future. For more information, click git remote link.


Update in local system


Assuming that git@bitbucket.org:inanzzz/project.git became git@bitbucket.org:inanzzz/symfony.git in remote server.


inanzzz@inanzzz:~/project$ git remote set_url origin git@bitbucket.org:inanzzz/symfony.git