cncf / cnf-testbed

ARCHIVED: 🧪🛏️Cloud-native Network Function (CNF) Testbed --> See LFN Cloud Native Telecom Initiative https://wiki.lfnetworking.org/pages/viewpage.action?pageId=113213592
https://wiki.lfnetworking.org/pages/viewpage.action?pageId=113213592
Apache License 2.0
164 stars 51 forks source link

optimization in git clone using --depth #357

Closed Rajpratik71 closed 4 years ago

Rajpratik71 commented 4 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