> On 21 Jul 2015, at 17:20, Jens Alfke <[email protected]> wrote: > > >> On Jul 21, 2015, at 5:11 AM, Dave <[email protected] >> <mailto:[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.)
I’ve worked at many different places over the last 5 or 6 years and believe it or not, not one of them have used submodules although they used git for source control. They use Cocoa Pods instead. Cheers Dave
_______________________________________________ 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]
