我通过
添加了一个子树git subtree add --prefix=path/to/example --squash git@github.com:johndoe/example.git master
并想删除它。 There's no git subtree rm
command.我已删除path/to/example
中的所有文件,但我list subtrees时path/to/example
仍会显示
git log | grep git-subtree-dir | awk '{ print $2 }'
如何从git中删除子树引用,以便无法再推/拉/等等?