标签: git
我正在使用以下命令将子树添加到我的仓库中:
git subtree add --prefix {local directory being pulled into} {remote repo URL} {remote branch} --squash
,但是运行此命令后,主存储库上没有任何更改。我想要在子仓库中记录子树,而其他开发人员在克隆主仓库时也将拥有子树。