git already exists code example
Example 1: fatal: remote origin already exists.
git remote rm origin
Example 2: how do I push a repo that says allready exists
git push -u origin master --force
git remote rm origin
git push -u origin master --force