clone-large-repo
clone large repo
git config --global core.compression 0
git clone --depth 1 <repo_URI>
git fetch --unshallow
git pull --all
git config --global core.compression 0
git clone --depth 1 <repo_URI>
git fetch --unshallow
git pull --all