> I'm still confused on two issues: > 1) How do I update my github fork from upstream?
A simple "git push github" should do it, assuming you have updated it locally (you may need to do "git push github master" the first time to indicate that you want to push the master branch up to your GitHub fork). > 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.) It is :) Go to GitHub and find your branch using the "Current branch" thing on the right, then click on "Pull request" at the top (there is a screen shot in the guide, which actually needs to be updated for the new GitHub interface). Aaron Meurer > > 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. > > -- 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.
