After cloning a repo to local using git clone
, I renamed the remote repo on GitHub directly. If I then change the name of the cloned repo locally to match with the new name of the remote repo, can I still connect to the renamed remote repo?
Is there a way to connect the cloned repo with the renamed remote repo by just changing some names so that I don't have to clone it again?