+ 1
Download files from gitlab repo
I have a repository in GitLab .It has many directories/folders .Would it be possible to download all files of a specific folder of a particular repository
1 Réponse
+ 5
The feature you are looking for, are called "shallow clone" and "sparse checkout".
Check details here:
https://stackoverflow.com/questions/600079/how-do-i-clone-a-subdirectory-only-of-a-git-repository/52269934#52269934