Here is the scenario... I have a repo that is a basic setup for any sites I may work out. It uses some external resources such as the Foundation Grid and Cycle2. Is it possible within my dev branch to retrieve files from these resources Git repos and pull them into specific folders as if they are part of my repo, automatically?
So, lets say on my desktop I do a get latest, can my repo also get the latest files from the Foundation repo (only files I specify or only those I do not ignore) and pull them into specific folders in my dev repo? Is this possible? If not, what would be the best way to do something like this, to ensure that I always have the latest versions of external resources?