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.
我想建立一个 git 子项目,它只从目标项目中提取一个文件——我只想从目标项目中提取构建的 JavaScript 库,而不是整个项目。
这可能吗?
简短的回答:没有。
长答案:不,但它可能有助于执行浅克隆(仅获取最后 N 次提交)。看git clone --depth MAXDEPTH。
git clone --depth MAXDEPTH