2

I just wonder what would be the best way to download an entire GitHub directory/folder in raw format using a command line instead of using the GUI.

I need to download all the existing files and there is a long list.
What would you recommend?

VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250
user6702954
  • 65
  • 1
  • 7
  • I suggest you to check these posts: [How do I clone a subdirectory only of a Git repository?](https://stackoverflow.com/questions/600079/how-do-i-clone-a-subdirectory-only-of-a-git-repository) and [Download a single folder or directory from a GitHub repo](https://stackoverflow.com/questions/600079/how-do-i-clone-a-subdirectory-only-of-a-git-repository) – Amir Dadkhah Feb 03 '20 at 00:04

1 Answers1

1

You could:

You can extract any file or folder from that archive.

VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250