Can a Git Repository Branch be a sub folder in some other Git Repository?
What I mean by this is if I am working in a git repository called "webdesign" and it has a branch called "JSP" can I somehow map a folder in my "project-a" repository to add the branchs.
I would like to do this so a my web designer can work in his Git Repository and as I am coding my project use his JSP pages.