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