Comment #78 on issue 1694 by asmeurer: solve has many issues with fractions
http://code.google.com/p/sympy/issues/detail?id=1694

It cost me a few tries, but I found the command. :)
     git clone -b nic http://github.com/smichr/sympy.git

You don't need to reclone the repository to get his branches. Just add him as a remote, so

git remote add smichr git://github.com/smichr/sympy.git # by the way, use git, not http
git fetch smichr
git checkout smichr/nic

And the last two will let you update his changes and check them out to your local sympy directory, respectively. The first one will let you add more people, e.g., you could do

git remote add asmeurer git://github.com/asmeurer/sympy.git

to add me.

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

Reply via email to