> git remote rename upstream upstream fatal: remote upstream already exists. code example
Example 1: fatal: remote origin already exists.
git remote rm origin
Example 2: fatal: remote origin already exists.
git remote rm origin
git remote add origin [email protected]:username/myapp.git