Recently I cloned gRPC repo from GitHub which has various submodules like protobuf, zlib, etc. I have a different repo X of my own. Following is what I did.
- copied
gRPCfolder into folderX - pushed the changes of
Xinto origin master - cloned origin master into another repo
Y - Now, I don't see contents of
protbuf, zlib,etc. inY
Seems I did something wrong in steps 2 and 3. All I wanted to do was put everything from gRPC into X as clean directory structure. What are the steps to accomplish this?