> On Jul 21, 2015, at 5:11 AM, Dave <[email protected]> wrote: > > I have a project I downloaded, all is well, except I have some files missing > (probably cos they use Git Submodules, which are FooBar’ed, which is why no > one with any sense uses them).
git submodule update --init --recursive Git submodules are incredibly useful; I don’t know how one would get along without them in a large project built from several repositories. (If you dislike submodules, you’ll _really_ hate “repo”, which is Android’s tool that does somewhat similar things in a vastly more clunky way.) —Jens
_______________________________________________ Do not post admin requests to the list. They will be ignored. Xcode-users mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/xcode-users/archive%40mail-archive.com This email sent to [email protected]
