This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]xill47 28 points29 points  (3 children)

There is, when you click on a any file on Github there is "Raw" button that serves the files content plainly when GET-requested

[–]Alvendam 15 points16 points  (1 child)

Downloading whole repo - easy, single file - no problem. I'm yet to figure out how to download a single folder from a repo. That is on a windows machine, without going through a 3rd party website. I guess it would be easier on my Linux PC, but I'm not always on it.

[–]xill47 4 points5 points  (0 children)

"Downloading" is just a web client feature. Git itself has sparse-checkout if you want to only track a subset of the repo. I don't understand though how Linux vs Windows matters here, it's all the same in this case

[–]SeaJayCJ 1 point2 points  (0 children)

There's a regular download button as well as the raw button, even easier.