これを行うことが可能であれば、私は知りたいです:
git clone --recursive <repository with submodule>
git remote add fat-repository <path>
- ???
git add -A && git commit -m "Test" && git push fat-repository master
ステップ 3では、リポジトリのサブモジュールを解除し、submoduleのコンテンツを保持しますが、それがサブモジュールであったという痕跡をすべて削除します。
ありがとう!