Minimize download/disk size with git sparse checkout


```bash mkdir git init git remote add origin git config core.sparsecheckout true echo "/*" >> .git/info/sparse-checkout git pull --depth=1 origin

source

Date: 2020-05-09

Tags:  git

Share: