On Sat, Aug 25, 2012 at 10:21 AM, Chris Smith <smi...@gmail.com> wrote:
>>
>> Can you please explain, in terms a complete idiot like me can understand,
>> what steps I go through to test your code? I have access to macs
>> (running lion) and linux (running ubuntu 12.04), both with git installed.
>> Someone told me once with Aleksander M's branches but I've forgotten the
>> steps and am not sure how well the instructions translate to your patches.
>>
> ok, so you have a sympy repo already? If so, then
>
> git add remote smichr git...@github.com/smichr/sympy.git
> git pull smichr
> git checkout smichr/combinatorics
>

Should this work?

git clone git://github.com/sympy/sympy.git
cd sympy
git add remote smichr git...@github.com/smichr/sympy.git
git pull smichr
git checkout smichr/combinatorics

If so, it doesn't work for me. For example, the third line gives

she:sympy davidjoyner$ git add remote smichr git...@github.com/smichr/sympy.git
fatal: pathspec 'remote' did not match any files


> You could also just try the sympy-bot but I hadn't got that to work.
> There may be more efficient ways to do what I suggest above, but
> that's what I do when I want to test someone's work.
>
> /c
>
> --
> You received this message because you are subscribed to the Google Groups 
> "sympy" group.
> To post to this group, send email to sympy@googlegroups.com.
> To unsubscribe from this group, send email to 
> sympy+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/sympy?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To post to this group, send email to sympy@googlegroups.com.
To unsubscribe from this group, send email to 
sympy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sympy?hl=en.

Reply via email to