0

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

user2955338
  • 59
  • 1
  • 2
  • 13

1 Answers1

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
  • 1
    It 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