Make sub repository inside main repository.
Assume you have a project that contains two folders, server and client, to manage the repository called submodules.
To set up Git submodules with separate repositories for the client and server, and a main...