> On github would I add a clone of my complete modified sympy distribution or
> only the changes/additions that I have made?
>

AFAIK, you should go to the sympy github repo [0], hit the fork
button.  Then push your dev branch to your fork.  For me this would be

git clone [email protected]:aterrel/sympy.git
git push origin foo_branch:foo_branch

You may have to first push to your master if you are up to date with
the sympy.org repo because the github sympy repo is a bit behind.

After that let us know where to pull from.

-- Andy

[0] http://github.com/sympy/sympy

-- 
You received this message because you are subscribed to the Google Groups 
"sympy" 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?hl=en.

Reply via email to