For historic reason we have source code for different version in different git repositories. So while Project A holds the version X of the source Project B holds version Y of th
This is simple with Git. You have to add project B as remote, then fetch:
git remote add projectB git://url.to/projectB.git git fetch projectB