$ git remote add origin https://github.com/Abdulkariin/NodeAssignment.git fatal: remote origin already exists. code example
Example: fatal: remote origin already exists.
$ git remote set-url origin [email protected]:ppreyer/first_app.git
$ git remote set-url origin [email protected]:ppreyer/first_app.git