Let's say you have an iOS project, and you want to use some external library, like AFNetworking. How do you integrate it?
Add the project to your repo:
git submodule add git@github.com:AFNetworking/AFNetworking.git Vendor/AFNetworking
or something to that effect.