I am trying to add a file to my first github.com repository. I misspelled my username in the "git remote add origin" command. If I try and do it again correctly, it gives me an error:
fatal: remote origin already exists.
How to I clear the value so I can correct it? Or, how to I change what is there?