Git: How do I clone a subdirectory only of a Git repository?

前端 未结 18 2901
时光说笑
时光说笑 2020-11-21 04:33

I have my Git repository which, at the root, has two sub directories:

/finisht
/static

When this was in SVN, /finisht was chec

18条回答
  •  被撕碎了的回忆
    2020-11-21 04:59

    If you're actually ony interested in the latest revision files of a directory, Github lets you download a repository as Zip file, which does not contain history. So downloading is very much faster.

提交回复
热议问题