1
I was developing a project in a directory on my computer and put it on github. I had some problems with the project and as I had done few things I decided to start again in another directory.
Using github help, I used the command git remote rm origin
to remove the remote URL from the repository, but it didn’t work, I get the following message :
fatal: No such remote: 'URL DO REPOSITÓRIO'
I was confused by the controls. I wanted to change the directory of my computer that feeds the project repository on github, and delete what is currently on it.