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 the source.
Do you guys know a way to import Project B as a branch of Project A?
Thanks
This is simple with Git. You have to add project B as remote, then fetch: