Like most git questions, someone has likely already answered this. However, I was unable to find the solution.
I would like to clone one repository into a folder in another repository. However, I am having a hard time justifying a submodule since I would like to keep everything in one repository, I need modify it's contents, it is reasonably small, and it needs to interact with the other code in the first repository.
Ideally I would be able to squash the second repository into one commit and add it into the file structure of the first repository, similar to a pull request of a single folder.