Hey all
im trying to delete this "origin" thing so i can actually run the tutorial code from this website
http://www.railstutorial.org/book#sec:github
this is the code im trying to run
$ git remote add origin [email protected]:delinquentme/first_app.git
and im getting this returned:
fatal: remote origin already exists
problem is though none of the files are up there!
*UPDATE*
so i just went ahead w the next step and typed out
git push origin master
annnnd now its all uploaded...
im still a little shaky on what 'origin' is ... and what each piece of that line ACTUALLY do