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 git@github.com: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
if you run
by itself you should get a list of remotes that are setup.
then you can do:
to remove the origin remote.
Will give you more information about the “git remote” command