Skip to content

Running mulle objc clone.sh with other repositories

Nat! edited this page Mar 31, 2017 · 1 revision

pertains to mulle-objc-developer 0.4.x and later

By default mulle-objc-clone.sh will clone from github.com:mulle-objc exclusively. You can pull from different repositories with -ch, -eh, -oh and different branches using -cb, -eb, -ob

mulle-objc-clone.sh -y \
-ch https://github.com/mulle-nat/ \
-eh https://github.com/john-doe/ \
-oh https://github.com/mulle-objc/ \
-cb release \
-eb experimental \
-ob master \

This will clone the common "C" libraries like mulle-thread from the release branch of mulle-nat and the strictly Objective-C related repositories from the master branch of mulle-objc. Embedded repositories like mulle-configuration will be pulled from the experimental branch of john-doe.

Clone this wiki locally