create repo error remote origin already exists code example
Example 1: how do I push a repo that says allready exists
git push -u origin master --force
Example 2: fatal: remote origin already exists.
$ git remote set-url origin [email protected]:ppreyer/first_app.git