git - Clone only a subfolder in repository -


this question has answer here:

i wish clone repository onto local machine has following structure:

project ├── folder1 ├── folder2 ├── file1 └── file2 

file1 , file2 huge , taking me forever check them out. i'm not interested in writing repository, want access files in folder1 in once-off, read-only manner.

no, not possible using git.


Comments

Popular posts from this blog

iphone - Three second countdown in cocos2d -

hyperlink - how to do url routing in php -

c - Avoiding Extra Malloc in Linked List (node->next = NULL) -