I added a git subtree to one of my projects recently, but due to a slew of git errors would like to "delete" and readd this subtree.
Is there any way I can remove the subtree, and readd it? When manually removing it with the 'rm' command and attempting to readd with git subtree add, I get prefix 'subtreeName' already exists.