> On Wed, Jan 06, 2010 at 01:20:14PM +0200, Alex Joni wrote:
>> http://wiki.linuxcnc.org/cgi-bin/emcinfo.pl?Git#Work_with_branches
>>
>> HTH,
>> Alex
>
> Sorry, but that's exactly where I was reading that:
>

Well, you gotta keep reading after the first line though :)
    To work on the 2.3 branch instead of 'master' ('master' is the git 
equivalent of cvs 'TRUNK'):
     git branch --track v2_3_branch origin/v2_3_branch
     git checkout v2_3_branch

What you want for tlo_all_axes is:
 git branch --track tlo_all_axes origin/tlo_all_axes
 git checkout tlo_all_axes

HTH,
Alex

------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to