How to download a local copy of a selected directory/folder of a GitHub repository?
Ever came across a situation where you only needed a local copy of a selected directory or folder and NOT the entire project directory?
Or may be a few files from a very large GitHub repository...
Well! I faced this issue recently while working on my final year UG project.
Lets revise the basics...
To clone a GitHub repository
git clone <github-repository-name>
The same logic will not work for project directory link using git clone
https://download-directory.github.io/ has got you covered.
Just paste the required link in the search bar and the download will start automatically.
Comments
Post a Comment