Usually I start to work with new project from GIT this way:
git init
git remote add origin https://myurl.git
git clone
But what if I have entered wrong URL before git clone
and now wont to clear it and add new one?
What is command that does that?