ezbz / gitlabber

Gitlabber - clones or pulls entire groups tree from gitlab
MIT License
467 stars 78 forks source link

Git Shallow Clone #103

Closed nishu closed 1 week ago

nishu commented 1 year ago

Is your feature request related to a problem? Please describe. Providing an option for shallow clones will allow for quick completion of the entire cloning process. This approach will be significantly faster to complete and will consume less disk space.

Describe the solution you'd like Accept parameters to shallow clone that does 1 depth and a single branch git clone --depth 1 --single-branch