#clone

Git Shallow Clone

Oct 03, 2019

If you git clone a repository it brings in the entire repository which contains every revision of every file ever made. Sometimes this is overkill. Try a shallow clone instead!