I know that git clone –depth=20 <repo> is oftentimes much much smaller than git clone. Official docs for –depth. Looks like I’ve gone a bit crazy with my repos folder, here’s the fd piped to wc and du, with output: $ declare -r ALL_GIT="$(fd -HIFt d ‘.git’)" $ echo "$ALL_GIT" | wc -l 1528 $ […]
Tag: I know that git clone –depth=20 is oftentimes much much smaller than git clone. Official docs for –depth. Looks like I’ve gone a bi
I know that git clone –depth=20 <repo> is oftentimes much much smaller than git clone. Official docs for –depth. Looks like I’ve gone a bit crazy with my repos folder, here’s the fd piped to wc and du, with output: $ declare -r ALL_GIT="$(fd -HIFt d ‘.git’)" $ echo "$ALL_GIT" | wc -l 1528 $ […]