[ic] Call for testers

Davor Ocelic docelic at spinlocksolutions.com
Tue Mar 10 19:46:11 UTC 2009


On Tue, 10 Mar 2009 13:42:54 -0600 (MDT)
Jon Jensen <jon at endpoint.com> wrote:

> On Tue, 10 Mar 2009, Davor Ocelic wrote:
> 
> >> Thanks.  I was operating on my local origin repository, and so
> >> missed this step... :-)  Does this need to be:
> >>
> >>> git checkout -b utf8 -t origin/utf8
> >>
> >> to set up the tracking correctly?
> >
> > The full line to setup everything is:
> >
> > git checkout --track -b utf8 -t origin/utf8
> 
> I think David had it right. The --track and -t options are synonyms
> (at least in Git 1.6.1), so I don't know why you'd need both.

Ah, I missed the argument between utf8 and origin/utf8
completely, and so I thought it had to be added.

Everything's alright then.

Cya,
-doc



More information about the interchange-users mailing list