I have a third party complex project in git. It uses Carthage to manage submodules. I need to customize submodules. After initial checkout of submodules with the command
git submodule update --init --recursive
I should be independent of the original references and submodules.
I saw the following, but I could not completely be successful un-submodule a git submodule
How do I go about? given there must be enhancements and updates to git capabilities
Any automated script out there? Please keep in mind that there are several submodules, some in deeply embedded directories.
Many thanks in advance!