Skip to content

Instantly share code, notes, and snippets.

@meee1
Last active March 8, 2024 01:39
Show Gist options
  • Select an option

  • Save meee1/4ccb62054c1e1c62108578b49322e5e5 to your computer and use it in GitHub Desktop.

Select an option

Save meee1/4ccb62054c1e1c62108578b49322e5e5 to your computer and use it in GitHub Desktop.
get large repo directorys
repo forall -c "git count-objects -vH | grep 'GiB' && pwd"
repo forall -c "git count-objects -vH | grep 'MiB' && pwd"
repo forall -c "git count-objects -v | grep size-pack | tr -d '\012\015' && pwd " | sort -nk2
repo forall -c "du .git -d 0 -L | tr -d '\012\015' && pwd " | sort -nk1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment