I'm a little lost. I worked on a project, which is coupled with github. But I made the project evolve and therefore I created on github a new repository with which I wish to work (while keeping aside the old one with the old files).
So in my project I want to make sure that it is no longer coupled to the old repository and that I can work normally from the new one.
I followed some links and so I did:
- Creation of my new repository on Github
- In my project : git remote rm origin
- git remote add origin [newGithubURL]
- git init,- git add .,- git commit -m "first commit"
- git push origin master
But I've this error :

 
     
    