I have a git repository by name "abc". It contains so many folders inside but I want to download only one folder from it. Can anyone please explain me how to do it..... Thanks
            Asked
            
        
        
            Active
            
        
            Viewed 1.5k times
        
    0
            
            
        - 
                    Is your repository on github? – raina77ow Nov 05 '13 at 07:35
- 
                    Checkout the same question answered on SO http://stackoverflow.com/questions/2466735/checkout-only-one-file-from-git. – Bhargav Nanekalva Nov 05 '13 at 14:58
1 Answers
1
            
            
        I don't think this is possible. You have to clone the repository entirely to have access to a particular directory.
 
    
    
        Karthik
        
- 1,005
- 8
- 7
- 
                    1It is possible, you can find several solutions [here](https://stackoverflow.com/questions/7106012/download-a-single-folder-or-directory-from-a-github-repo). – Tengerye Oct 14 '18 at 03:21
