smart-edge-open / converged-edge-experience-kits

Source code for experience kits with Ansible-based deployment.
Apache License 2.0
37 stars 40 forks source link

optimization in git clone using --depth #71

Open Rajpratik71 opened 3 years ago

Rajpratik71 commented 3 years ago

optimize the git clone using --depth flag in term of size of clone and also in term's of time taken to fetch the files and commit history of whole repository .

More detail can be found at blog https://www.atlassian.com/git/tutorials/big-repositories

Signed-off-by: Pratik Raj rajpratik71@gmail.com