Is it possible to create a directory inside a git repo that points to another repo? Actually I want to create a symlink directory->repo and can't find a solution.
The problem is that in my project we are using multiple repos and I want to make it one repo only. For this matter, in order to leave things untouched and transparent for now, I just want to create something like a symlink.
Maybe I am missing something or it is indeed impossible?