I want to put several of my git repos into one main repo while preserving the commit history.
Is this possible and how?
I tried just putting all these repos into one main parent, doing git add .
, and then pushing.
But it shows commit or discard the untracked or modified content in submodules
And when pushed on Github, the folders are like this and unclickable.