Aaron S. Meurer wrote:
You should clone from the official repo, not github, and add github as a remote
to push to, i.e., do:
git clone git://git.sympy.org/sympy.git
git remote add github [email protected]:youname/sympy.git
git push github yourbranch
If you already have a clone of the sympy repository (i.e., you were working in
a git repository), you can skip the first step.
Aaron Meurer
On Jun 9, 2010, at 1:14 PM, Andy Ray Terrel wrote:
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.
Thank you that should do it. As soon as the documentation is
acceptable, but not complete, I will add to github.
--
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.