Git does not support downloading parts of the repository. You have to download all of it. But you should be able to do this with GitHub.
When you view a file it has a link to the "raw" version. The URL is constructed like so
https://raw.githubusercontent.com/user/repository/branch/filename
- Go to the file you want to download.
- Click it to view the contents within the GitHub UI.
- In the top right, right click the
Raw
button. - Save as...
No comments:
Post a Comment