Hi Paul,

On Tuesday, March 24, 2015, you asked:
>
> Hi, i need to remove and add remote repository, i know how to remove:
> git remote remove origin, how i need to add?
> git remote add 'http link of project'??
>

You would use "git remote add NAME URL", where NAME is the name of 
the remote (for example, origin). URL is the URL of the project. 

If you wanted to replace the URL of an existing remote NAME, try:

git remote set-url NAME URL

The manual for the Git remote command is:

https://git-htmldocs.googlecode.com/git/git-remote.html

Good luck!
--
Rick Umali / Author: "Learn Git in a Month of Lunches" / 
www.manning.com/umali

-- 
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 git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to