Am 02.11.2011 18:13, schrieb Aaron Meurer:
OK.  One thing that you should do is clone from the official repo, not
your fork.  So you will want to do something like

git clone git://github.com/sympy/sympy.git
cd sympy
git remote add github your_ssh_url

Then you can "git pull" to get updates from the official repo, and
"git push github branch_name" to push your changes up to your GitHub
account.

I got it to work.

I'm still confused on two issues:
1) How do I update my github fork from upstream?
2) How do I tell github to send you a pull request? (Duh. I guess it's somewhere on the workflow page. Too tired to look it up, sorry.)

Regards,
Jo

--
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