I'd like to know, if it's possible to do this:
git clone --recursive <repository with submodule>
git remote add fat-repository <path>
- ???
git add -A && git commit -m "Test" && git push fat-repository master
Step 3 would de-submodule the repository, keeping the content of the submodule, but removing any trace that it was a submodule.
Thanks!
To remove a submodule