ppl,
I have put my project on github at some location [email protected]:myname/oldrep.git. Now I want to push all my code to a new repository at some new location [email protected]:newname/newrep.git...
so I used the command
git remote add origin [email protected]:myname/oldrep.git
but I am receiving this
fatal: remote origin already exists.
Please help me