Re: [git] Re: [PATCH v3 4/9] user-manual: Mention 'git remote add' for remote branch config

2013-02-17 Thread W. Trevor King
On Sun, Feb 17, 2013 at 06:26:25PM -0800, Junio C Hamano wrote: > "W. Trevor King" writes: > > - > > +$ git fetch git://example.com/proj.git +refs/heads/*:refs/remotes/example/* > > +$ git fetch example +refs/heads/*:refs/remotes/example/* > > $ gi

Re: [PATCH v3 4/9] user-manual: Mention 'git remote add' for remote branch config

2013-02-17 Thread Junio C Hamano
"W. Trevor King" writes: > From: "W. Trevor King" > > I hardly ever setup remote..url using 'git config'. While it > may be instructive to do so, we should also point out 'git remote > add'. > > Signed-off-by: W. Trevor King > --- This looks like a good 'maint' material that can be applied st