If you are more interested in the develop branch than in the master branch, then instead of ``` $ git clone git://github.com/sagemath/sage.git ``` you can do something like this: ``` $ ORIGIN=git://github.com/sagemath/sage.git $ git clone --single-branch --branch develop --tags $ORIGIN ```
-- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/sage-devel/ac504b7b-bd97-4416-9325-742ee162e731o%40googlegroups.com.
