When using git subtree
an entire new tree, including a new first commit, is created in the same repository in which it was created. This means that at that point the repository contains two completely independent trees inside it, with no common parent at all.
What would be a good way to move this new tree to its own repository?