I have a git repository that have few sub folders, and i want to clone this repository as a sub-directory to another repository (locally) and be able to fetch, pull and track.
example: from:
folder1
folder2
.git
into:
.git
folder
--folder1
--folder2