On Wed, 16 Oct 2013 02:17:52 -0700 (PDT) [email protected] wrote: > If I run: > git remote add origin user@gitservre:/path/to/dir/projectd.git > It say > fatal: remote origin already exists.
Sure it does -- `git clone` created it. Did you ever may try reading a book on Git? Say this one [1]? Its chapter on working with remote repositories [2] covers your case in detail, so please take your time and gain a minimal level of Git mastery before asking trivial questions. 1. http://git-scm.com/book 2. http://git-scm.com/book/en/Git-Basics-Working-with-Remotes -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
