Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
假设我在远程仓库中有文件夹 A、B 和 C。由于我已经完成了 B 和 C,我只希望本地仓库中的文件夹 A 来节省我的磁盘空间。怎么做?
提前致谢!
注意:我使用的是 Github
您可以将 B 和 C 转换为submodules。