equivalent of "git remote"?
Matthieu Moy
Matthieu.Moy at imag.fr
Mon Mar 26 09:51:34 BST 2007
Robert Collins <robertc at robertcollins.net> writes:
> On Mon, 2007-03-26 at 10:26 +0200, Matthieu Moy wrote:
>>
>> Git does something like this with "git remote". Is there anything, or
>> anything planned for bzr?
>
> How does this work in git?
I'm not very familiar with it, so I can hardly explain anything better
than the manual:
http://www.kernel.org/pub/software/scm/git/docs/user-manual.html#id277232
http://www.kernel.org/pub/software/scm/git/docs/git-remote.html
Roughly, you say once
$ git remote add name http://url.com/path/
and then, whenever you say
$ git fetch name
it's understood as
$ git fetch http://url.com/path/
--
Matthieu
More information about the bazaar
mailing list