markdown 从repo克隆一个文件

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown 从repo克隆一个文件相关的知识,希望对你有一定的参考价值。

```
git fetch <remote>
git checkout FETCH_HEAD -- <file>
```
FETCH_HEAD is just a ref and it points to the tip, meaning the latest commit on the particular file only.

以上是关于markdown 从repo克隆一个文件的主要内容,如果未能解决你的问题,请参考以下文章

markdown BFG - 从文件中清除repo git

markdown 从repo历史记录中删除大尺寸文件

团队成员无法从 BitBucket 克隆 repo?

从 gitlab 克隆 repo 的问题(致命:远程端意外挂断)

从剧本执行期间克隆的git repo运行playbook

Git - 如何从存储库(devops)中删除文件而不在本地克隆它