On Mon, Nov 10, 2008 at 2:12 AM, Brian Granger <[EMAIL PROTECTED]> wrote: > >>> Use >>> git://git.sympy.org/sympy >> >> Yes, that's our official repository, but Brian wanted to see my new >> patches, that are still waiting for the review. See my previous email >> how to get them. > > Actually, for now, I just wanted my master to track the mainline sympy > repo (which I guess is git://git.sympy.org/sympy) > > How do I get my master to follow this rather than Ondrej's master? > Once I have this setup, then I think I can figure out how to track > Ondrej's remote branches.
Just do: git clone git://git.sympy.org/sympy And you will get the master to follow our main repo. Then always use branches to do any work (git checkout -b some_branch_name master) Ondrej --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
