Merge error after converting Git submodule to subtree
问题 I have a project where I was originally using submodules for some dependent code. It turns out that submodules are not really appropriate for this project (and they are hard to use in practice), so I am converting each submodule to a subtree (using the new git-subtree feature). In my working repository, I have successfully removed each submodule and have added the old submodule repo as a subtree. No problem with this. When I go to another clone and attempt to pull from the first one, I get