Parallel the same ask in Convert a git submodule to a regular directory and preserve the history in the main tree? but on git subtrees.
So I've added a git subtrees, it's content and history is now in my main tree, and now I want to turn such git subtrees to a complete plain regular directory, removing the git's knowledge that such directory belongs to a subtrees. How can I do that?