[ic] Call for testers

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


> >
> > At least in my case, instead of that last command, I needed to  
> > create a
> > local tracking branch like this:
> >
> > git checkout -b utf8 origin/utf8
> 
> 
> 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

Cya,
-doc



More information about the interchange-users mailing list